NB: Starting with version 2.6, Python has a function math.log1p for this purpose. import math # compute log(1+x) without loss of precision for small values ...
確定! 回上一頁