cot

Function cot 

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

Cotangent

const COT_PI_4: f64 = cot(PI / 4.0);
float_eq(COT_PI_4, 1.0);