SIN
Syntax SIN number 
 
Explanation

SIN reports the sine of its input, which is the number of degrees in an angle.
Remember that SIN x =opposite/hypotenuse.

See also ARCTAN and COS.
 

Examples SIN 30 
Result: .5 
SIN 90 
Result: 1 

TopIndex