math ln in python2.6

import math
math.log1p(x)

Return the natural logarithm of 1+x (base e). The result is calculated in a way which is accurate for x near zero.

就是我们所说的ln


原文地址:https://www.cnblogs.com/lexus/p/1678088.html