You are here : python_3cmathcmathlog10

cmath.log10() - cmath

Return the base-10 logarithm of x. This has the same branch cut as
log().


Syntax

cmath.log10(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference