Function sec

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

Secant

let SEC_PI: f64 = sec(PI);
float_eq(SEC_PI, -1.0);