SIN (x)
Purpose Returns the SINE of the angle x# 

x# should be in radian. If your angle in degree you must convert it to radian first. Radian = degree /180 * PI

Examples A# = SIN(0.5)
Comments: A# should contain the value 0.47942
See Also COS, TAN

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual