atan(x: number) → f64

Category: [math](builtinsmath)_

Arctangent, in radians.

ParameterTypeDescriptionRemarks
xnumberThe input value (any number, widened to f64).
returnsf64The result, as an f64.
wcl
atan(0.0)   // arctangent of 0 → 0.0