summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_pymath.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-45440: Remove pymath.c fallbacks (GH-28977)Victor Stinner2021-10-151-18/+0
* bpo-45440: Require math.h isinf() to build (GH-28894)Victor Stinner2021-10-131-0/+3
* bpo-45412: Move copysign() define to pycore_pymath.h (GH-28889)Victor Stinner2021-10-111-0/+28
* bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)Victor Stinner2021-10-111-0/+91
* bpo-45412: Update _Py_ADJUST_ERANGE1() comment (GH-28884)Victor Stinner2021-10-111-2/+9
* bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)Victor Stinner2021-10-111-0/+73