bevy_math::ops

Function acosh

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

Inverse hyperbolic cosine function.

Precision is specified when the libm feature is enabled.