typst::foundations::calc

Function atan

source
pub fn atan(value: Num) -> Angle
Expand description

Calculates the arctangent of a number.

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