TAN
The TAN function returns the tangent of a number. The result is of type
REAL.
Syntax
TAN(n)
Parameters
n The number to be evaluated. This is of type REAL.
Examples
10 A = TAN(50) !A = 1.19 (Degrees)
20 B = TAN(50) !B = 1.00 (Grads)
30 C = TAN(50) !C = -.27 (Radians)