SIN
Returns the sine of a desired angle.
Syntax
SIN(number)
Number is the angle whose sine you desire, expressed in radians.
Comment
If the angle is in degrees, you have to multiply the result by pi()/180, or use the RADIANS function, in order to convert it to radians.