Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #5724: Fix cmath failures on Solaris 10. | Mark Dickinson | 2009-05-04 | 1 | -0/+13 |
| | |||||
* | Merged revisions 71705 via svnmerge from | Mark Dickinson | 2009-04-18 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71705 | mark.dickinson | 2009-04-18 15:13:43 +0100 (Sat, 18 Apr 2009) | 2 lines copysign shouldn't be declared as static in pymath.c ........ | ||||
* | any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h> | Andrew MacIntyre | 2008-09-22 | 1 | -0/+2 |
| | | | | | Part of source_os2emx.patch in issue 3868 Reviewed by Amaury Forgeot d'Arc | ||||
* | I finally got the time to update and merge Mark's and my trunk-math branch. ↵ | Christian Heimes | 2008-04-18 | 1 | -0/+232 |
The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :) |