Returns thesine of the input variable.
SIN handles complex numbers in the following way:
If x is an array, the result of SIN has the same data type, with each element containing the sine of the corresponding element of x.
x = FINDGEN(200) PLOT, 10000 * SIN(x/5) / EXP(x/100)
For a list of other transcendental functions, see Transcendental Mathematical Functions in Volume 1 of this reference.