]> granicus.if.org Git - python/commit
Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small...
authorMark Dickinson <dickinsm@gmail.com>
Wed, 29 Sep 2010 19:06:36 +0000 (19:06 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 29 Sep 2010 19:06:36 +0000 (19:06 +0000)
commitc60371748b400b8b891fb2e5d2fe25b007c85994
treec35b85a1e9f1cfd904e0c655e739e116c530f866
parent0c0714f954bd78fdeae30ae284abc381bd850393
Issue #9599:  Further accuracy tweaks to loghelper.  For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10.
Lib/test/test_math.py
Modules/mathmodule.c