Function acosh

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

Inverse hyperbolic cosine

const ACOSH_1: f64 = acosh(1.0);
assert_eq!(ACOSH_1, 0.0);