summaryrefslogtreecommitdiffstats
path: root/Modules/_math.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.