12.07.2015 Views

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

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.

ArgumentsThe arguments M and N may be of any type except for character and complex.Return ValueThe return value is typeless.NINT 77Returns the nearest integer to the real argument.SynopsisNINT(A [,KIND])ArgumentsThe argument A must be a real. The optional argument KIND specifies the kind of the resultinteger.Return ValueThe result is an integer. If A > 0, NINT(A) has the value is INT(A+0.5). If A is less than orequal to 0, NINT(A) has the value INT(A-0.5).NOT 77Perform a bit-by-bit logical complement on the argument.SynopsisNOT(I)ArgumentThe argument I must be of type integer.Return ValueThe return value is an integer value representing a bit-by-bit logical complement of the bits in theargument.NULL 95Fortran 95 added this transformational function. NULL gives the disassociated status to pointerentities. For a more detailed explanation, refer to Fortran 95 Explained.Fortran Intrinsics 231

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

Saved successfully!

Ooh no, something went wrong!