devela::_dep::js_sys::Math

Function asinh

Source
pub fn asinh(x: f64) -> f64 
Available on crate feature dep_js_sys only.
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