RETURNS THE TANGENT OF V
ACTION
The function TAN(V) returns the tangent of V. Tan(V) = Sin(V) / Cos(V)
V is expressed in radians and can be a real or integer number.
SYNTAX:
Result=TAN(V)
USE ERROR EXAMPLE
print tan(0.123)
print "Result = 0.123624065869274"
TAN()
TAN(V)
SEE ALSO
ACOS()
ASIN()
ATN()
COS()
HCOS()
HSIN()
HTAN()
SIN()