LogTen
LogTen(x)
The base-10 logarithm of «x». This the the value y such that 10^y = x.
«x» must be non-negative or a warning will result. If Show Result Warnings is off, or the warning is ignored, the result is NaN.
Library
Math functions
Examples
- LogTen(0) → -INF
- LogTen(0.01) → -2
- LogTen(1) → 0
- LogTen(1K) → 3
- LogTen(729) / LogTen(9) → 3
See Also
- Ln(X) : The natural logarithm.
Comments
Enable comment auto-refresher