The atan method returns the arctangent of a number as a value between -PI/2 and PI/2 radians.
System.Double atan(System.Double x);
x
Number between -PI/2 to PI/2.
Returns the arctangent of a number. If the parameter x is outside the range -PI/2 to PI/2, the method will return NaN.
Member of Math.