Exp(): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 05:35, 11 January 2008
Description
Returns the result of raising the numeric constant e to power. power may be a floating point number, and a floating point result is returned.
Related Topics: e(), log(), ln(), power().
Examples
- > say exp(0)
- You say "1"
- > say exp(1)
- You say "2.718282"
- > say exp(2)
- You say "7.389056"
(--Soylent 01:37, 3 December 2005 (EST))