pub const fn cosh(x: f64) -> f64
Hyperbolic Cosine
const COSH_0: f64 = cosh(0.0); assert_eq!(COSH_0, 1.0);