06.03.2014 Views

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

9 <strong>Intel</strong> <strong>Fortran</strong> <strong>Language</strong> <strong>Reference</strong><br />

Specific Name Argument Type Result Type<br />

DSIND REAL(8) REAL(8)<br />

QSIND REAL(16) REAL(16)<br />

Examples<br />

SIND (2.0) has the value 3.4899496E–02.<br />

SIND (0.8) has the value 1.3962180E–02.<br />

SINH<br />

Description: Produces a hyperbolic sine.<br />

Syntax: result = SINH (x)<br />

Class: Elemental function; Generic<br />

Arguments: x must be of type real.<br />

Results: The result type is the same as x.<br />

Specific Name Argument Type Result Type<br />

SINH REAL(4) REAL(4)<br />

DSINH REAL(8) REAL(8)<br />

QSINH REAL(16) REAL(16)<br />

Examples<br />

SINH (2.0) has the value 3.626860.<br />

SINH (0.8) has the value 0.8881060.<br />

SIZE<br />

Description:<br />

Syntax:<br />

Class:<br />

Returns the total number of elements in an array, or the extent of an array along<br />

a specified dimension.<br />

result = SIZE (array [, dim] [, kind])<br />

Inquiry function; Generic<br />

9-142

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

Saved successfully!

Ooh no, something went wrong!