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.

ANY 90Determine if any value in the supplied argument MASK is true.SynopsisANY(MASK [,DIM])ArgumentsThe argument MASK is an array of type LOGICAL. The optional argument DIM specifies thedimension of the array MASK to check.Return ValueIf no DIM argument is present, the return value is a logical scalar that is true if any element ofMASK is true.If the DIM argument is present and if MASK has rank one, then the return value is the same asANY(MASK).If the DIM argument is present and MASK has rank greater than one, then the return value is anarray that has rank n-1, where n is the rank of MASK. The return value is defined recursively as thevalue of ANY for each extent of the dimension DIM (refer to The Fortran 95 Handbook for a moredetailed explanation)ASIN 77Return the arcsine of the specified value.SynopsisASIN(X)ArgumentThe argument X must be of type real and have absolute value

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

Saved successfully!

Ooh no, something went wrong!