log10(x)
Number
Returns the base-10 logarithm of the input value. This is equivalent to log(x, 10).
log(x, 10)