IBM Extension

SIND(X)

Purpose

Sine function. Argument in degrees.

Class

Elemental function

Argument type and attributes

X
must be of type real.

Result type and attributes

Same as X.

Result value

Examples

SIND (90.0) has the value 1.0.

Specific Name Argument Type Result Type Pass As Arg?
SIND default real default real yes
DSIND double precision real double precision real yes
QSIND REAL(16) REAL(16) yes
End of IBM Extension