Difference between revisions of "TAN()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | [[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SIN()]], [[SET DECIMALS]], [[SET FIXED | + | [[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SIN()]], [[SET DECIMALS]], [[SET FIXED]] |
Revision as of 15:11, 20 March 2009
Contents
TAN()
Class
Numeric Data
Purpose
Function to return tangent
Syntax
TAN(<expN>)
See Also
ACOS(), ASIN(), ATAN(), ATN2(), COS(), DTOR(), EXP(), LOG(), LOG10(), PI(), RTOD(), SIN(), SET DECIMALS, SET FIXED
Description
The TAN() function returns the tangent of the angle <expN> expressed in radians. The DTOR() function can be used for converting degrees to radians.
Example
set decimals to 6 ? tan(dtor(44)) 0.965689
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer