atan2()

 
Returns the arctangent of y/x. This is similar to atan(), but the signs of y and x are taken into account when computing the quadrant of the result. The results are returned in radians.
Syntax
atan2( x, y )
Returns the results in radians.
User Annotations: atan2