summaryrefslogtreecommitdiffstats
path: root/Python/pymath.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-24/+24
* Issue #7518: Move substitute definitions of C99 math functions fromMark Dickinson2009-12-211-199/+0
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-241-0/+18
* 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