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...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

EXPONENT 90Return the exponent part of a real number.SynopsisEXPONENT(X)ArgumentThe argument X is a real number.Return ValueThe return value is an integer which has the value of the exponent part of the value of X. If theexponent is zero, the function returns zero. If the exponent is too large to be defined as an integer,the result is undefined.FLOOR 90Return the greatest integer less than or equal to the supplied real argument.SynopsisFLOOR(A [,KIND])ArgumentThe argument A is a real value. The optional argument KIND is a kind parameter and was added toFLOOR in Fortran 95.Return ValueThe return value is an integer. If KIND is present, the result is of type KIND.FRACTION 90Return the fractional part of a real number.SynopsisFRACTION(X)210 Chapter 6

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

Saved successfully!

Ooh no, something went wrong!