Difference between revisions of "EXP()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR | + | [[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SIN()]], [[TAN()]], [[SET DECIMALS]], [[SET FIXED]] |
Revision as of 15:51, 23 March 2009
Class
Numeric Data
Purpose
Function to return exponential value
Syntax
EXP(<expN>)
See Also
ACOS(), ASIN(), ATAN(), ATN2(), COS(), DTOR(), LOG(), LOG10(), PI(), RTOD(), SIN(), TAN(), SET DECIMALS, SET FIXED
Description
The EXP() function returns the value of e to the power <expN>.
Example
set decimals to 3 ? exp(1.000) 2.718 eval = exp(1.000) ? eval 2.718 ? type("eval") N
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer