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.

JINT § 77Converts a value to an integer type.SynopsisJINT(A)ArgumentsThe argument A is of type integer, real, or complex.Return ValueThe return value is the integer value of the supplied argument. For a real number, if the absolutevalue of the real is less than 1, the return value is 0. If the absolute value is greater than 1, theresult is the largest integer that does not exceed the real value. If argument is a complex number,the return value is the result of applying the real conversion to the real part of the complexnumber.JNINT § 77Returns the nearest integer to the real argument.SynopsisJNINT(A)ArgumentsThe argument A must be a real.Return ValueThe result is an integer with value (A + .5 * SIGN(A)).KIND 90Returns the kind of the supplied argument.SynopsisKIND(X)ArgumentThe argument X is of any intrinsic type.218 Chapter 6

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

Saved successfully!

Ooh no, something went wrong!