bevy_math::ops

Function cosh

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

Hyperbolic cosine function.

Precision is specified when the libm feature is enabled.