sec

Function sec 

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

Secant

const SEC_PI: f64 = sec(PI);
assert_eq!(SEC_PI, -1.0);