Function tan

Source
pub const fn tan(x: f64) -> f64
Expand description

Tangent

const TAN_PI_4: f64 = tan(PI / 4.0);
float_eq(TAN_PI_4, 1.0);