pub const fn cot(x: f64) -> f64
Cotangent
const COT_PI_4: f64 = cot(PI / 4.0); float_eq(COT_PI_4, 1.0);