Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
python_3
→
math
→
mathlog
math.log() - math
With one argument, return the natural logarithm of x (to base e).
Syntax
math.log(x[, base])
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference