summaryrefslogtreecommitdiffstats
path: root/Python/pymath.c
Commit message (Expand)AuthorAgeFilesLines
* Backport r71704 (add configure check for C99 round function) to trunk.Mark Dickinson2009-04-181-0/+13
* copysign shouldn't be declared as static in pymath.cMark Dickinson2009-04-181-1/+1
* Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.Mark Dickinson2009-02-091-0/+13
* any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>Andrew MacIntyre2008-09-221-0/+2
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-0/+232