log10: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
(No difference)
|
Latest revision as of 23:59, 15 March 2023
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
23