bevy_math::ops

Function cosh

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

Hyperbolic cosine function.

Precision is specified when the libm feature is enabled.