1. 1dcc384 Remove unused stdint.h includes by Mark Dickinson · 15 years ago
  2. 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 16 years ago
  3. c97c909 Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. by Mark Dickinson · 16 years ago
  4. 1bf6401 Use C99 'isfinite' macro in preference to BSD-derived 'finite' function. by Mark Dickinson · 16 years ago
  5. 0ebfedf Fix HAVE_DECL_ISINF/ISNAN test (again). by Mark Dickinson · 16 years ago
  6. 41fbae1 Oops. Need to check not only that HAVE_DECL_ISINF is defined, but also by Mark Dickinson · 16 years ago
  7. d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
  8. 6b094a4 fix a little typo by Benjamin Peterson · 16 years ago
  9. 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 · 17 years ago