Specifications

Commands - 118
TAN
Numeric Function
SYNTAX: n = TAN(m)
PURPOSE: To return the trigonometric tangent of m.
REMARKS: The angle m must be in radians. To convert degrees to radians, multiply by PI/180 where PI =
3.141593.
RELATED: ATN, COS, SIN
EXAMPLE: 10 PRINT TAN(1.5)
14.1014
ERROR: none