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.

Return ValueThe function returns an integer. If BACK is absent or false, the result is the starting point of thefirst matching SUBSTRING within STRING. Zero is returned if no match is found. 1 is returned ifthe SUBSTRING has zero length.If BACK is present with the value true, the result is the last matching substring in string, or zero ifno match is found.ININT § 77Returns the nearest short integer to the real argument.SynopsisININT(A)ArgumentsThe argument A must be a real.Return ValueThe result is a short integer with value (A + .5 * SIGN(A)).INT 77Converts a value to integer type.SynopsisINT(A [,KIND])ArgumentsThe argument A is of type integer, real, or complex. The optional argument KIND must be a scalarinteger that is a valid kind for the specified type. The KIND argument is not allowed by pgf77.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 the argument is a complexnumber, the return value is the result of applying the real conversion to the real part of thecomplex number.Fortran Intrinsics 215

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

Saved successfully!

Ooh no, something went wrong!