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
math.log10(x)