Calculates the tangent of the input number.
1 – Input
A signed decimal number (radians).
2 – Output
A signed decimal number of type G-floating.
3 – Example
DTR> PRINT FN$TAN (3.14159/4) FN$TAN 1.0000E+00 DTR>