Exp()

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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