summaryrefslogtreecommitdiffstats
path: root/Include/pymath.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused stdint.h includesMark Dickinson2009-06-281-4/+0
* Backport r71704 (add configure check for C99 round function) to trunk.Mark Dickinson2009-04-181-0/+4
* Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.Mark Dickinson2009-02-091-5/+24
* Use C99 'isfinite' macro in preference to BSD-derived 'finite' function.Mark Dickinson2009-01-041-1/+3
* Fix HAVE_DECL_ISINF/ISNAN test (again).Mark Dickinson2009-01-041-2/+2
* Oops. Need to check not only that HAVE_DECL_ISINF is defined, but alsoMark Dickinson2009-01-041-2/+2
* isinf and isnan are macros, not functions; fix configure scriptMark Dickinson2009-01-041-2/+2
* fix a little typoBenjamin Peterson2008-08-191-1/+1
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-0/+182