EXP
From LongJump Support Wiki
Revision as of 23:33, 25 August 2009 by imported>Evelyn
The EXP function returns e raised to the power of a number. EXP is the inverse of LN. The numerical value of e truncated to 10 decimal points is 2.7182818285.
- Syntax
EXP(number)
- Return
- Number
- Examples
EXP(1) = 2.7183 EXP(3) = 8.1548