Keyboard shortcuts

Press ← or → to navigate between chapters

Press ? to show this help

Press Esc to hide this help

tan

Calculates the tangent of an angle.

Arguments

  • a - Angle in radians

Panics

Panics when cos(a) = 0 (at ΀/2 + n΀)

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

fn tan(a: Fixed) -> Fixed