Files
cpython/Modules
Victor Stinner 45e4efba7f bpo-33781: audioop: enhance rounding double as int (GH-7447)
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.
2018-06-06 15:50:50 +02:00
..
2017-11-05 15:37:50 +02:00
2017-11-05 15:37:50 +02:00
2017-11-08 14:44:44 -08:00
2017-11-05 15:37:50 +02:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.