Computes the common logarithm (base 10) of the value x.
10
x
num log10(num x) => math.log(x) / math.ln10;