pub const fn tan(x: f64) -> f64
Tangent
const TAN_PI_4: f64 = tan(PI / 4.0); float_eq(TAN_PI_4, 1.0);