[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| TAN |
+---------------------------------+
TAN(<expN>)
-----------------------------------
Returns tangent of a numeric expression.
Return value - Numeric
-----------------------------------
<expN>
Numeric expression, in radians, from which tangent is returned. To
convert an angle from degrees to radians, use DTOR(). The number of
decimal places returned by TAN() can be specified with SET DECIMALS.
+---------------------------------+
| Examples |
+---------------------------------+
? TAN(0)
? TAN(PI()/4)
STORE 3 * PI()/4 to mynumber
? TAN(mynumber)
-----------------------------------
See Also: ATAN(), ATN2(), COS(), DTOR(), RTOD(), SET DECIMALS, SIN()
-----------------------------------
See Also:
ATAN()
ATN2()
COS()
DTOR()
RTOD()
SET DECIMALS
SIN()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson