We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5061f commit 2a9341dCopy full SHA for 2a9341d
Doc/library/intmath.rst
@@ -38,7 +38,7 @@ computed exactly and are integers.
38
Return factorial of the nonnegative integer *n*.
39
40
41
-.. function:: gcd(a, b)
+.. function:: gcd(*integers)
42
43
Return the greatest common divisor of the specified integer arguments.
44
If any of the arguments is nonzero, then the returned value is the largest
Doc/whatsnew/3.15.rst
@@ -314,7 +314,8 @@ New modules
314
intmath
315
-------
316
317
-This module provides access to the mathematical functions for integer arguments.
+This module provides access to the mathematical functions for integer
318
+arguments (:pep:`791`).
319
(Contributed by Serhiy Storchaka in :gh:`81313`.)
320
321
0 commit comments