9.26. ATAN2D
9.26 ATAN2D — Arctangent function, degrees
- Description:
-
ATAN2D(Y, X)
computes the principal value of the argument function of the complex number X + i Y in degrees. This function can be used to transform from Cartesian into polar coordinates and allows to determine the angle in the correct quadrant.This function is for compatibility only and should be avoided in favor of standard constructs wherever possible.
- Standard:
-
GNU Extension, enabled with -fdec-math.
- Class:
-
Elemental function
- Syntax:
-
RESULT = ATAN2D(Y, X)
- Arguments:
-
Y The type shall be REAL
.