Sine of argument in radians
Y = sin(X)
returns
the sine of the elements of Y
= sin(X
)X
. The sin
function
operates element-wise on arrays. The function accepts both real and
complex inputs. For real values of X
in the interval
[-Inf, Inf], sin
returns real values in the interval
[-1 ,1]. For complex values of X
, sin
returns
complex values. All angles are in radians.