Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
python_3
→
math
→
mathlog10
math.log10() - math
Return the base-10 logarithm of x. This is usually more accurate than log(x, 10).
Syntax
math.log10(x)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference