Sin
Returns the sine of the angle (expressed in radians).
Syntax
Sin(angle)
angle = angle in radians whose sine you want to calculate
Remarks
If your angle is expressed in degrees, you can multiply it by pi/180 or use the Radians function.
Example
Sin(0) = 0Sin(PI/2) = 1Sin(45*PI/180) = 0.7071... (square root of 2 divided by 2)