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 58a6938 commit 64e2db3Copy full SHA for 64e2db3
peps/pep-0791.rst
@@ -60,9 +60,8 @@ proposed
60
<https://mail.python.org/archives/list/python-ideas@python.org/thread/YYJ5YJBJNCVXQWK5K3WSVNMPUSV56LOR/>`_,
61
there were only two integer-related functions:
62
:external+py3.14:func:`~math.factorial` and :external+py3.14:func:`~math.gcd`.
63
-Now there are six, :external+py3.14:func:`~math.factorial` doesn't accept
64
-:class:`float`'s anymore and :external+py3.14:func:`~math.gcd` changed it's
65
-signature.
+Now there are six and :external+py3.14:func:`~math.factorial` doesn't accept
+:class:`float`'s anymore.
66
67
68
Rationale
0 commit comments