インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
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.
The result type and kind is the same as x.
Specific Name
Argument Type
Result Type
SIND
REAL(4)
DSIND
REAL(8)
QSIND
REAL(16)
SIND (2.0) has the value 3.4899496E-02.
SIND (0.8) has the value 1.3962180E-02.