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 |