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.

PRECISION 90Return the decimal precision of the real or complex argument.SynopsisPRECISION(X)ArgumentThe argument X must be a real or complex number.Return ValueThe return value is an integer representing the decimal precision of the argument.PRESENT 90Determine if an optional argument is present.SynopsisPRESENT(A)ArgumentThe argument A must be an optional argument in the procedure in which the intrinsic is called.Return ValueA logical scalar. True if A is present and false otherwise.PRODUCT 90Returns the product of the elements of the supplied array.SynopsisPRODUCT(ARRAY [,DIM] [,MASK])ArgumentsThe ARRAY argument is an array of integer, real or complex type. The optional DIM argument is avalid dimension (valid dimensions are between the values 1 and n where n is the rank of the array).The optional MASK argument is of type logical and conformable with the supplied array. Fortran95 has extended PRODUCT such that if only two arguments are supplied, the type of the secondargument is used to determine if it represents DIM or MASK.Fortran Intrinsics 233

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

Saved successfully!

Ooh no, something went wrong!