math.log: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
mNo edit summary
m (Add link to math.* functions)
Line 22: Line 22:
</pre>
</pre>
|also=
|also=
[[Math]]
* [[math|List of 'math.' functions]]
}}
}}
[[Category:Mathematical Function]]
[[Category:Mathematical Function]]
[[Category:Logarithmic]]
[[Category:Logarithmic]]

Revision as of 01:17, 20 June 2021

math.log() Function

Introduced in version 1.3.b48 (estimate)
Find the natural logarithm of a number. A non-numeric argument will produce an error.

Usage

[h: result = math.log(num)]

Examples

[r: math.log(1)]
[h: e = math.e()]
[r: math.log(e)]

Returns:

 0
 1.0

See Also