Function tanh

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

Calculates the hyperbolic tangent of an hyperbolic angle.

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