log10
Base-10 logarithm.
Syntax
Section titled “Syntax”Y = log10(X)Description
Section titled “Description”Returns log(X) / log(10). Common for orders-of-magnitude calculations.
Example
Section titled “Example”log10(1000) % 3Base-10 logarithm.
Y = log10(X)Returns log(X) / log(10). Common for orders-of-magnitude calculations.
log10(1000) % 3