This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:log10 [2021/11/17 20:13] – [Description] formatting Karsten75 | 4rpl:commands:log10 [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
+ | <= [[4rpl: | ||
====== log10 ====== | ====== log10 ====== | ||
Line 8: | Line 9: | ||
The base ten logarithm. Gives the number of digits in the number before the decimal point. On zero, returns -inf. Below zero, returns NaN, a special value that always causes failure when compared to other numbers. Eg. (NaN<0) -> false, (Nan>=0) -> false | The base ten logarithm. Gives the number of digits in the number before the decimal point. On zero, returns -inf. Below zero, returns NaN, a special value that always causes failure when compared to other numbers. Eg. (NaN<0) -> false, (Nan>=0) -> false | ||
- | other logarithms | + | other logarithms:<WRAP indent> |
- | + | ||
- | <WRAP indent> | + | |
log10(x) = log(x, 10) \\ | log10(x) = log(x, 10) \\ | ||
log10(x)/ | log10(x)/ |