mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
45e4efba7f
Move the floor() call into fbound() to call floor() on a double rather than an int. The change should enhance the rounding. Document also (int)double rounding mode.
Source files for standard library extension modules, and former extension modules that are now builtin modules.