TypstDocumentation

atan

Calculate the arctangent of a number.

Example

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

Parameters
Question mark

value
integerfloatRequiredPositional
Question mark

The number whose arctangent to calculate.