Math Fundamentals18 sections · 814 units
Open in Course

Common Logarithm (Base 10)

Scientific notation base

The common logarithm uses base 1010 and is written as log(x)\log(x) or log10(x)\log_{10}(x). When you see log\log without a base in math textbooks, it usually means base 1010.

For example, log10(100)=2\log_{10}(100) = 2 because 102=10010^2 = 100. And log10(1000000)=6\log_{10}(1000000) = 6 because 106=100000010^6 = 1000000. The answer tells you how many digits the number has (roughly).

You see this less often in CS, but it appears in scientific computing and data analysis when working with powers of 1010.