Node: DATan2 Intrinsic, Next: , Previous: DATan Intrinsic, Up: Table of Intrinsic Functions



DATan2 Intrinsic

     DATan2(Y, X)
     

DATan2: REAL(KIND=2) function.

Y: REAL(KIND=2); scalar; INTENT(IN).

X: REAL(KIND=2); scalar; INTENT(IN).

Intrinsic groups: (standard FORTRAN 77).

Description:

Archaic form of ATAN2() that is specific to one type for Y and X. See ATan2 Intrinsic.