Compute the base-10 logarithm of an number
y = log10 (x)
The log10 function computes the base-10 logarithm of a number and returns the result as an array. If its argument is an array, the log10 function will be applied to each element and the result returned as an array.