Home
/
Python 3.11
/
Complex Math
/
log10
Python 3.0
Python 3.9
Python 3.11
Functions
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
Copy
cmath.log10(x)
See Also
log()