You are here : python_3mathmathlog10

math.log10() - math

Return the base-10 logarithm of x.  This is usually more accurate
than log(x, 10).


Syntax

math.log10(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference