summaryrefslogtreecommitdiffstats
path: root/Modules/_math.h
Commit message (Collapse)AuthorAgeFilesLines
* Add workaround for log1p(-0.0) on platforms where it's broken.Mark Dickinson2012-08-181-6/+2
|
* Issue #7518: Move substitute definitions of C99 math functions fromMark Dickinson2009-12-211-0/+36
| | | | pymath.c to Modules/_math.c.
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-0/+9
testing on Windows.