ID EN
Decimal

log10

Python 3.11

Return the base ten logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN rounding mode.

Syntax

PYTHON
log10(context=None)

See Also

ROUND_HALF_EVEN