Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-122681: remove m_atan2()/c_atan2() helpers (#122715) | Sergey B Kirpichev | 2024-08-17 | 1 | -39/+0 |
* | gh-122681: merge m_atan2() and c_atan2() helper functions (#122682) | Sergey B Kirpichev | 2024-08-06 | 1 | -0/+39 |
* | gh-101678: refactor the math module to use special functions from c11 (GH-101... | Sergey B Kirpichev | 2023-02-09 | 1 | -2/+3 |
* | bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179) | Christian Heimes | 2021-10-25 | 1 | -37/+20 |
* | Issue #28256: Cleanup _math.c | Victor Stinner | 2016-10-18 | 1 | -12/+12 |
* | Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. | Mark Dickinson | 2012-08-18 | 1 | -6/+2 |
* | Merged revisions 76978 via svnmerge from | Mark Dickinson | 2009-12-21 | 1 | -0/+36 |
* | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -0/+9 |