Thanks to visit codestin.com Credit goes to github.com
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 dfe9fc1 commit d3a0eacCopy full SHA for d3a0eac
Doc/library/math.rst
@@ -71,8 +71,8 @@ Number-theoretic and representation functions
71
Return *n* factorial as an integer. Raises :exc:`ValueError` if *n* is not integral or
72
is negative.
73
74
- .. deprecated:: 3.9
75
- Accepting floats with integral values (like ``5.0``) is deprecated.
+ .. versionchanged:: 3.10
+ Floats with integral values (like ``5.0``) are no longer accepted.
76
77
78
.. function:: floor(x)
0 commit comments