Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

acos

Calculates the arc cosine (inverse cosine).

Arguments

  • a - Value in range -1, 1

Returns

Angle in radians 0, π

Panics

Panics if |a| > 1

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

fn acos(a: Fixed) -> Fixed