bevy_math::ops

Function acosh

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

Inverse hyperbolic cosine function.

Precision is specified when the libm feature is enabled.