tinymist_std::typst::foundations::calc

Function cosh

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

Calculates the hyperbolic cosine of a hyperbolic angle.

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