Skip to content

log10

Base-10 logarithm.

Y = log10(X)

Returns log(X) / log(10). Common for orders-of-magnitude calculations.

log10(1000) % 3
  • log — Natural logarithm (base e).
  • log2 — Base-2 logarithm.