Function sinh

Source
pub const fn sinh(x: f64) -> f64
Expand description

Hyperbolic Sine

const SINH_0: f64 = sinh(0.0);
assert_eq!(SINH_0, 0.0);