bevy_math::ops

Function tanh

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

Hyperbolic tangent function.

Precision is specified when the libm feature is enabled.