bevy_math::ops

Function asinh

Source
pub fn asinh(x: f32) -> f32
Available on non-crate feature libm only.
Expand description

Inverse hyperbolic sine function.

Precision is specified when the libm feature is enabled.