tinymist_std::typst::foundations::calc

Function atan

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

Calculates the arctangent of a number.

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