Function qt_core::q_sin

source ·
pub unsafe fn q_sin(v: c_double) -> c_double
Expand description

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().