Navigation: Function Reference > General Utility Functions > arctan2()

arctan2()

Top  Previous  Next

arctan2( x: Extended; y: Extended ) : Extended;

 

Calculates the arctan of y/x and returns an angle in the correct quadrant.

 

Parameters

 

x

numeric value

y

numeric value

 

 

See also:

 

degToRad()

radToDeg()