Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport r71704 (add configure check for C99 round function) to trunk. | Mark Dickinson | 2009-04-18 | 1 | -0/+13 |
| | |||||
* | copysign shouldn't be declared as static in pymath.c | Mark Dickinson | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. | Mark Dickinson | 2009-02-09 | 1 | -0/+13 |
| | | | | It now forces its argument to double before testing for infinity. | ||||
* | 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 :) |