Sine (Reserved Word)
Returns the sine value of the specified Num of degrees.
Sine(Num)
Num is a numeric expression to be used in the calculation.
Remarks
The sine is the trigonometric function that for an acute angle is the ratio between the leg opposite the angle when it is considered part of a right triangle and the hypotenuse.
Num should be the number of degrees in the angle.
Examples
Sine(45) returns a value of 0.7071.
Sine(72) returns a value of 0.9511.