public static double atan (double a)

Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2. Special cases:

The computed result must be within 1 ulp of the exact result. Results must be semi-monotonic.

Parameters:
a    the value whose arc tangent is to be returned.

Returns:  the arc tangent of the argument.