Exp()

From TinyMUX
Revision as of 05:35, 11 January 2008 by Brazil (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

FUNCTION: exp(power)

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))