log10

From RPTools Wiki
Revision as of 22:57, 9 February 2023 by Conversion script (talk | contribs) (Conversion script moved page Log10 to log10: Converting page titles to lowercase)
Jump to navigation Jump to search

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