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.

ArgumentThe argument X is of type real or complex. If X is real, it must be greater than 0. If X is complex, itmust not be equal to zero.Return ValueThe return value is the natural log (base e) of X.LOG10 77Function returns the common logarithm.SynopsisLOG10(X)ArgumentThe argument X is of type real and must be greater than 0.Return ValueThe return value is the common log (base 10) of X.LOGICAL 90Convert a logical value to the specified logical kind.SynopsisLOGICAL(L [,KIND])ArgumentsThe argument L is the logical value to convert. The optional argument KIND must be a scalarinteger that is a valid kind for the specified type.Return ValueReturns a logical value equal to the logical value L. If KIND is specified, the kind type parameterof the return value is that of KIND, otherwise it is default logical.Fortran Intrinsics 223

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

Saved successfully!

Ooh no, something went wrong!