Compute the sine of an number
y = sin (x)
The sin function computes the sine of a number and returns the result as an array. If its argument is an array, the sin function will be applied to each element and the result returned as an array.