Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-05EC349D-FDC6-4E40-8732-16A8278E6D43
Visible to Intel only — GUID: GUID-05EC349D-FDC6-4E40-8732-16A8278E6D43
SIND
Elemental Intrinsic Function (Generic): Produces the sine of an argument.
result = SIND (x)
x |
(Input) Must be of type real. It must be in degrees and is treated as modulo 360. |
Results
The result type and kind are the same as x.
Specific Name |
Argument Type |
Result Type |
---|---|---|
SIND |
REAL(4) |
REAL(4) |
DSIND |
REAL(8) |
REAL(8) |
QSIND |
REAL(16) |
REAL(16) |
Example
SIND (2.0) has the value 3.4899496E-02.
SIND (0.8) has the value 1.3962180E-02.