TypstDocumentation

cosh

Calculate the hyperbolic cosine of an angle.

When called with an integer or a float, they will be interpreted as radians.

Example

#calc.cosh(0) \
#calc.cosh(45deg)
Preview

Parameters
Question mark

angle
integerfloatangleRequiredPositional
Question mark

The angle whose hyperbolic cosine to calculate.