Function sinh

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

Calculates the hyperbolic sine of a hyperbolic angle.

#calc.sinh(0) \
#calc.sinh(1.5)