Home
/
Python 3.11
/
Math
/
log10
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Math
log10
Python 3.11
Return the base-10 logarithm of x. This is usually more accurate than log(x, 10).
Syntax
PYTHON
Copy
math.log10(x)