1. 12748b0 Issue #7518: Move substitute definitions of C99 math functions from by Mark Dickinson · 15 years ago
  2. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
  3. 1dcc384 Remove unused stdint.h includes by Mark Dickinson · 15 years ago
  4. 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 15 years ago
  5. c97c909 Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. by Mark Dickinson · 16 years ago
  6. 1bf6401 Use C99 'isfinite' macro in preference to BSD-derived 'finite' function. by Mark Dickinson · 16 years ago
  7. 0ebfedf Fix HAVE_DECL_ISINF/ISNAN test (again). by Mark Dickinson · 16 years ago
  8. 41fbae1 Oops. Need to check not only that HAVE_DECL_ISINF is defined, but also by Mark Dickinson · 16 years ago
  9. d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
  10. 6b094a4 fix a little typo by Benjamin Peterson · 16 years ago
  11. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. 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. by Christian Heimes · 16 years ago