We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423459b commit a7db459Copy full SHA for a7db459
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
+ Floating point number (like ``5.0``) is no longer accepted.
76
77
78
.. function:: floor(x)
0 commit comments