g77.info: ATan2 Intrinsic

Go forward to BesJ0 Intrinsic
Go backward to ATan Intrinsic
Go up to Table of Intrinsic Functions
Go to the top op g77

ATan2 Intrinsic

     ATan2(Y, X)
ATan2: `REAL' function, the exact type being the result of
cross-promoting the types of all the arguments.
Y: `REAL'; scalar; INTENT(IN).
X: `REAL'; scalar; INTENT(IN).
Intrinsic groups: (standard FORTRAN 77).
Description:
   Returns the arc-tangent (inverse tangent) of the complex number (Y,
X) in radians.
   *Note Tan Intrinsic::, for the inverse of this function.