COMMITS
/ Modules/clinic/mathmodule.c.h February 23, 2020
S
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604)
Serhiy Storchaka committed
February 19, 2020
A
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
ananthan-123 committed
January 13, 2020
V
bpo-39310: Add math.ulp(x) (GH-17965)
Victor Stinner committed
January 12, 2020
V
bpo-39288: Add math.nextafter(x, y) (GH-17937)
Victor Stinner committed
August 25, 2019
R
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger committed
July 27, 2019
R
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975)
Raymond Hettinger committed
June 8, 2019
R
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
Raymond Hettinger committed
June 4, 2019
R
bpo-35431: Drop the k <= n requirement (GH-13798)
Raymond Hettinger committed
June 2, 2019
S
bpo-37128: Add math.perm(). (GH-13731)
Serhiy Storchaka committed
June 1, 2019
S
bpo-35431: Refactor math.comb() implementation. (GH-13725)
Serhiy Storchaka committed
Y
bpo-35431: Implemented math.comb (GH-11414)
Yash Aggarwal committed
May 18, 2019
M
bpo-36887: add math.isqrt (GH-13244)
Mark Dickinson committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
February 7, 2019
P
bpo-35606: Implement math.prod (GH-11359)
Pablo Galindo committed
January 12, 2019
A
bpo-34838: Use subclass_of for math.dist. (GH-9659)
Ammar Askar committed
January 11, 2019
S
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka committed
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
December 25, 2018
S
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
September 29, 2018
R
Speed-up math.dist() by 30% (GH-9628)
Raymond Hettinger committed
July 31, 2018
R
bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561)
Raymond Hettinger committed
July 28, 2018
R
bpo-33089: Multidimensional math.hypot() (GH-8474)
Raymond Hettinger committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
January 21, 2017
M
Issue #29282: Backed out changeset b33012ef1417
Mark Dickinson committed
M
Issue #29282: add fused multiply-add function, math.fma.
Mark Dickinson committed
January 19, 2017
S
Issue #20186: Converted the math module to Argument Clinic.
Serhiy Storchaka committed