math.e: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: e = math.e()] | [h: e = math.e()] | ||
</ | </syntaxhighlight> | ||
|examples= | |examples= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[r: math.e()] | [r: math.e()] | ||
[r: math.log( math.e() )] | [r: math.log( math.e() )] | ||
</ | </syntaxhighlight> | ||
Returns: | Returns: | ||
<pre> | <pre> |
Latest revision as of 23:12, 14 March 2023
math.e() Function
• Introduced in version 1.3.b48 (estimate)
Returns the mathematical constant e to 16 significant digits. Takes no arguments.
Usage
[h: e = math.e()]
Examples
[r: math.e()]
[r: math.log( math.e() )]
Returns:
2.718281828459045 1.0