TAN (x)
Purpose Returns the TANGENT of the angle x# 

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

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

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