numpy.log10()

numpy.log10

numpy.log10(x[, out]) =

Return the base 10 logarithm of the input array, element-wise.

Parameters:

x : array_like

Input values.

Returns:

y : ndarray

The logarithm to the base 10 of x, element-wise. NaNs are returned where x is negative.

See also

emath.log10

Notes

Logarithm is a multivalued function: for each x there is a