base 10 logarithm
y = log10(x)
arrays of real or complex numbers, of any number of dimensions and of any identical sizes.
log10(x)
is the "element-wise" base 10 logarithm
y(i,j)=log10(x(i,j))
.
log10(…)
can be overloaded for unsupported input types.