summaryrefslogtreecommitdiff
path: root/Modules/_math.c
Commit message (Expand)AuthorAgeFilesLines
* inline constant into its single useBenjamin Peterson2016-12-031-2/+1
* Add workaround for log1p(-0.0) on platforms where it's broken.Mark Dickinson2012-08-181-0/+23
* Merged revisions 82607 via svnmerge fromMark Dickinson2010-07-061-20/+23
* Merged revisions 82595 via svnmerge fromMark Dickinson2010-07-051-8/+8
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-103/+103
* Inverse hyperbolic trigonometric functions should call m_log1p, not log1p.Mark Dickinson2009-12-211-4/+5
* Issue #7518: Move substitute definitions of C99 math functions fromMark Dickinson2009-12-211-1/+198
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-0/+31