Function cosh

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

Hyperbolic Cosine

const COSH_0: f64 = cosh(0.0);
assert_eq!(COSH_0, 1.0);