Function qt_core::q_tan

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

Returns the tangent of an angle v in radians.

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

C++ documentation:

Returns the tangent of an angle v in radians.

See also qSin() and qCos().