You are here : python_3mathmathlog

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