pub const fn sinh(x: f64) -> f64
Hyperbolic Sine
const SINH_0: f64 = sinh(0.0); assert_eq!(SINH_0, 0.0);