pub const fn acosh(x: f64) -> f64
Inverse hyperbolic cosine
const ACOSH_1: f64 = acosh(1.0); assert_eq!(ACOSH_1, 0.0);