Returns the arc tangent[1] of x- and y-values as an angle in radians in the correct quadrant of the range (-π,π].
Syntax:
ATAN_2( x:Number, y:Number )
Example:
DEG(ATAN_2(-0.866, -0.5))
returns the number -150 (degrees).
-150