Message94862
Here's a patch for correctly-rounded round in trunk. This patch doesn't
change the rounding behaviour between 2.6 and 2.7: it's still doing
round-half-away-from-zero instead of round-half-even. It was necessary to
detect and treat halfway cases specially to make this work. Removing this
special case code would be easy, so we can decide later whether it's worth
changing round to do round-half-to-even for 2.7.
I want to let this sit for a couple of days before I apply it. |
|
Date |
User |
Action |
Args |
2009-11-03 16:15:18 | mark.dickinson | set | recipients:
+ mark.dickinson, tim.peters, rhettinger, eric.smith |
2009-11-03 16:15:18 | mark.dickinson | set | messageid: <1257264918.05.0.0955020804847.issue7117@psf.upfronthosting.co.za> |
2009-11-03 16:15:16 | mark.dickinson | link | issue7117 messages |
2009-11-03 16:15:14 | mark.dickinson | create | |
|