Function asinh

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

Inverse hyperbolic sine

const ASINH_1: f64 = asinh(0.0);
assert_eq!(ASINH_1, 0.0);