atan2
|
Math functions |
SYNTAX | atan2( y, x ) |
RETURNS | NUMBER or ARRAY |
FUNCTION | atan2 returns the arctangent of y/x. If x is 0, atan2 returns 0. If both parameters of atan2 are 0, the function returns 0. atan2 returns a value in the range -PI to +PI radians, using the signs of both parameters to determine the quadrant of the return value. |
EXAMPLE | ffc = FFT(data,Len); |
SEE ALSO | atan() function |
The atan2 function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.