pub const fn asinh(x: f64) -> f64
Inverse hyperbolic sine
const ASINH_1: f64 = asinh(0.0); assert_eq!(ASINH_1, 0.0);