log10: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added Macro Function category.)
(No difference)

Revision as of 02:58, 9 March 2009

log10() Function

Returns the logarithm of base 10 of a number.

Usage

[h: val = log(num)]
[h: val = log10(num)]

Example

[r: log(100)]
[r: log(1000)]

Returns

  2
3