|
TAN()
Abbreviation:
TYPE: Floating-Point Function
FORMAT: TAN (<numeric>)
Action: Returns the tangent of the value of the <numeric>
expression in radians. If the TAN function overflows, the BASIC
error message ?DIVISION BY ZERO is displayed.
EXAMPLE of TAN Function:
10 XX=.785398163: YY=TAN(XX):PRINT YY
1
|