bevy_math::ops

Function sinh

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

Hyperbolic sine function.

Precision is specified when the libm feature is enabled.