Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

asin

Calculates the arc sine (inverse sine).

Arguments

  • a - Value in range -1, 1

Returns

Angle in radians -π/2, π/2

Panics

Panics if |a| > 1

Fully qualified path: cairo_fp::f128::math::trig::asin

fn asin(a: Fixed) -> Fixed