[][src]Function qt_core::q_asin

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

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