10.07.2015 Views

PGI Fortran Reference manual - The Portland Group

PGI Fortran Reference manual - The Portland Group

PGI Fortran Reference manual - The Portland Group

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.

<strong>Fortran</strong> IntrinsicsReturn ValueA value of the same type and kind as the argument I. It is the value of the argument I logicallyshifted right by SHIFT bits.6.22. SHIFTPerform a logical shift.F77 extensionSynopsisRSHIFT(I, SHIFT)Arguments<strong>The</strong> argument I may be of any type except character or complex. <strong>The</strong> argument SHIFT is of typeinteger.Return Value<strong>The</strong> return value is typeless. If SHIFT is positive, the result is I logically shifted left by SHIFTbits. If SHIFT is negative, the result is I logically shifted right by SHIFT bits.6.23. SINDReturn the value in degrees of the sine of the argument.F77SynopsisSIND(X)Argument<strong>The</strong> argument X must be of type real or complex.Return ValueA value that has the same type as X and is expressed in degrees.<strong>PGI</strong> <strong>Fortran</strong> <strong>Reference</strong> Guide 110

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

Saved successfully!

Ooh no, something went wrong!