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 argument X is of type real. The argument I is an integer.Return ValueThe result is a real value of the same type as the argument X.SCAN 90Search the supplied string for a character in a set of characters.SynopsisSCAN(STRING, SET [,BACK])ArgumentsThe argument STRING is of type character and is the string to search. The argument SET is oftype character and has the same kind type parameter as STRING. The optional argument BACK isof type logical.Return ValueThe result value is an integer specifying the position in STRING of a character from SET. If theoptional parameter BACK is not present, or is present and false, the result is the position of thefirst character found. If BACK is present and true, the return value is that of the last character inSTRING matching one in SET.SELECTED_INT_KIND 90Returns a value that is the kind type parameter that will represent a number in the specified range,where the range is determined by the formula -10 R < n < 10 R , where n is an integer and R is theargument.SynopsisSELECTED_INT_KIND(R)ArgumentThe argument R must be of type integer.Return ValueThe return value is an integer. If the value R is invalid, the return value is -1.238 Chapter 6

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

Saved successfully!

Ooh no, something went wrong!