Function js_sys::Math::asinh

source ·
pub fn asinh(x: f64) -> f64
Expand description

The Math.asinh() function returns the hyperbolic arcsine of a number, that is Math.asinh(x) = arsinh(x) = the unique y such that sinh(y) = x

MDN documentation