]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Return +-Py_HUGE_VAL for tgamma(+-0) instead of risking FP exceptions by computing...
authorMark Dickinson <mdickinson@enthought.com>
Sun, 25 Sep 2011 14:26:43 +0000 (15:26 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 25 Sep 2011 14:26:43 +0000 (15:26 +0100)
commit50203a69b344e80be5000fe87aafad09e84cde85
tree37fd4195a22a2a2db62c256ad29a5d1cfa0fb7a4
parent36f27c995ad3d8732f51c91f43dacf72823382c6
Return +-Py_HUGE_VAL for tgamma(+-0) instead of risking FP exceptions by computing 1.0 / 0.0.
Modules/mathmodule.c