Function qt_core::q_asin

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

Returns the arcsine of v as an angle in radians. Arcsine is the inverse operation of sine.

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

C++ documentation:

Returns the arcsine of v as an angle in radians. Arcsine is the inverse operation of sine.

See also qSin(), qAtan(), and qAcos().