[][src]Function qt_core::q_sin

pub unsafe fn q_sin(v: c_double) -> c_double

Returns the sine of the angle v in radians.

Calls C++ function: double qSin(double v).

C++ documentation:

Returns the sine of the angle v in radians.

See also qCos() and qTan().