10.07.2015 Views

PGI Fortran Reference manual - The Portland Group

PGI Fortran Reference manual - The Portland Group

PGI Fortran Reference manual - The Portland Group

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Fortran</strong> Intrinsics6.5. ASSOCIATEDDetermines the association status of the supplied argument or determines if the supplied pointer isassociated with the supplied target.F90SynopsisASSOCIATED(POINTER [,TARGET])Arguments<strong>The</strong> POINTER argument is a pointer of any type. <strong>The</strong> optional argument TARGET is a pointer ora target. If it is a pointer it must not be undefined.Return ValueIf TARGET is not supplied the function returns logical true if POINTER is associated with atarget and false otherwise.If TARGET is present and is a target, then the function returns true if POINTER is associatedwith TARGET and false otherwise.If TARGET is present and is a pointer, then the function returns true if POINTER and TARGETare associated with the same target and false otherwise.6.6. ATAN2DReturn the arctangent (in degrees) of the specified value.F77SynopsisATAN2D(Y, X)Arguments<strong>The</strong> arguments X and Y must be of type real.<strong>PGI</strong> <strong>Fortran</strong> <strong>Reference</strong> Guide 102

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!