log10(value)

Base 10 logarithm.

valueThe input.
return valueThe base 10 logarithm of the input.

The natural logarithm is 10 based.

The input can be any real number, complex number, or matrix. In case of matrices, the result is computed elmentwise.

Quantities are not compatible with this function.

log10(10)