pub fn atan(x: f32) -> f32
Approximates atan(x) approximation in radians with a maximum error of 0.002.
atan(x)
0.002
Returns f32::NAN if the number is f32::NAN.
f32::NAN