bevy_math::ops

Function asinh

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

Inverse hyperbolic sine function.

Precision is specified when the libm feature is enabled.