Home
/
Python 3.11
/
Math
/
log
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Math
log
Python 3.11
With one argument, return the natural logarithm of x (to base e).
Syntax
PYTHON
Copy
math.log(x[, base])