TypstDocumentation

acos

Calculate the arccosine of a number.

Example

#calc.acos(0) \
#calc.acos(1)
Preview

Parameters
Question mark

value
integerfloatRequiredPositional
Question mark

The number whose arccosine to calculate. Must be between -1 and 1.