aTan2
Top  Previous  Next

var = aTan2(xy) 

Returns the arctangent of x/y.

Parameters
 
x, y  
 
Any expression.  

Remarks

Returns result in radians. The range of the result is -PI to PI radians. aTan2 Uses the signs of both parameters to determine the quadrant of the return value. To convert angle from radians to degrees use radToDeg function.