E(): Difference between revisions

From TinyMUX
Jump to navigation Jump to search
Ian (talk | contribs)
No edit summary
 
(No difference)

Latest revision as of 05:56, 17 January 2006

Description

FUNCTION: e()

Returns the value of the numeric constant e to nine decimal places.

Related Topics: exp(), ln(), log(), power().

Examples

> say e()
You say "2.718281828"


(--Soylent 01:42, 3 December 2005 (EST))