]> granicus.if.org Git - python/commit
Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.
authorMark Dickinson <mdickinson@enthought.com>
Sat, 18 Aug 2012 11:24:30 +0000 (12:24 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 18 Aug 2012 11:24:30 +0000 (12:24 +0100)
commit05d79e9abfac38878298e4381c9166e58488664a
treebf5cab95e59ccc598eb7b9c3707efa65fd0040f2
parent31a11902b3c2483998cee2573deb42ac9e0e24c0
Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.
Lib/test/test_cmath.py
Misc/NEWS
Modules/_math.c
Modules/_math.h