Mar-27-2017, 08:18 PM
>>> import math >>> help(math.log) Help on built-in function log in module math: log(...) log(x[, base]) Return the logarithm of x to the given base. If the base not specified, returns the natural logarithm (base e) of x. >>>:)