Function libm::asinhf[][src]

pub fn asinhf(x: f32) -> f32

Inverse hyperbolic sine (f32)

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