tinymist_std::typst::foundations::calc

Function tanh

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

Calculates the hyperbolic tangent of an hyperbolic angle.

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