commit | b17d409bc0458e3981987c2358da661f228f5891 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Jun 06 17:12:39 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 06 17:12:39 2018 +0200 |
tree | 1aef82c17d72101923d1ea0d53f9d313f377d7bd | |
parent | d098098ce1dcb02d18571551654cbe7b92d291a4 [diff] |
bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7452) 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. (cherry picked from commit 45e4efba7fa2abe61d25e4f8b5bf482e19ff1280)