Computes the arc tangent of the value x.
x
The returned value is an angle in the range from -PI/2 to PI/2 radians.
-PI/2
PI/2
num atan(num x) => math.atan(x);