SIN (Primitive Spread Function) returns the sine of the specified angle.
SYNTAX:
SIN(value)
REMARKS:
Specify the angle in radians using the value argument. If the angle is in degrees, multiply it by π/180 to convert it to radians.
EXAMPLES:
SIN(B4)
SIN(30*PI()/180)=0.5