pub fn atan(x: f32) -> f32
Computes the arctangent of a number. Return value is in radians in the range [-pi/2, pi/2];
Precision is specified when the libm feature is enabled.
libm