ID EN
Complex Math

log10

Python 3.11

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

Syntax

PYTHON
cmath.log10(x)

See Also

log()