]> granicus.if.org Git - python/commit
Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and
authorMark Dickinson <dickinsm@gmail.com>
Fri, 9 May 2008 17:54:23 +0000 (17:54 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 9 May 2008 17:54:23 +0000 (17:54 +0000)
commitf8476c15730939c4ee64d94f08c2d6e40b09195d
tree4b2107074cba7baf8bec2ceff3a049dcf2698f9b
parent8bd5334a9e192bcd1c182574d585179bc9d8be2d
Issue #2487.  math.ldexp(x, n) raised OverflowError when n was large and
negative; fix to return an (appropriately signed) zero instead.
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c