bevy_math::ops

Function sinh

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

Hyperbolic sine function.

Precision is specified when the libm feature is enabled.