Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add "with integral value"
  • Loading branch information
vstinner committed Jun 6, 2023
commit e9b839c73b1fd5f2c4ba8b404e6da809db7c573a
3 changes: 2 additions & 1 deletion Doc/library/math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ Number-theoretic and representation functions
is negative.

.. versionchanged:: 3.10
Floating point number (like ``5.0``) is no longer accepted.
Floating point numbers with integral value (like ``5.0``) are no longer
accepted.


.. function:: floor(x)
Expand Down