devela::_dep::libm

Function asinh

pub fn asinh(x: f64) -> f64 
Available on crate feature dep_libm only.
Expand description

Inverse hyperbolic sine (f64)

Calculates the inverse hyperbolic sine of x. Is defined as sgn(x)*log(|x|+sqrt(x*x+1)).