Python log10
import math
math.log10( x )
Quaint Quelea
import math
math.log10( x )
>>> import math
>>> math.log10(10000)
4.0