Purpose
Sine function.
Class
Elemental function
Argument Type and Attributes
Result Type and Attributes
Same as X.
Result Value
It approximates sin(X).
Examples
SIN (1.0) has the value 0.84147098 (approximately).
Specific Name | Argument Type | Result Type | Pass As Arg? |
---|---|---|---|
SIN | default real | default real | yes |
DSIN | double precision real | double precision real | yes |
QSIN | REAL(16) | REAL(16) | yes (1) |
CSIN (2a) | default complex | default complex | yes |
CDSIN (2b) | double complex | double complex | yes (1) |
ZSIN (2b) | double complex | double complex | yes (1) |
CQSIN (2b) | COMPLEX(16) | COMPLEX(16) | yes (1) |
Notes: