Message 236609 - Python tracker
Message236609
| Author | belopolsky |
|---|---|
| Recipients | belopolsky, ethan.furman, mark.dickinson, r.david.murray, tbarbugli, vstinner |
| Date | 2015-02-25.17:38:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1424885880.63.0.592686060646.issue23517@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> I don't understand "nearest". Sorry for using loose terms. I was hoping the in the context of "going back", it would be clear. I believe the correct mode is "ROUND_HALF_EVEN". This is the mode used by the builtin round() function: >>> round(0.5) 0 >>> round(1.5) 2 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-02-25 17:38:00 | belopolsky | set | recipients: + belopolsky, mark.dickinson, vstinner, r.david.murray, ethan.furman, tbarbugli |
| 2015-02-25 17:38:00 | belopolsky | set | messageid: <1424885880.63.0.592686060646.issue23517@psf.upfronthosting.co.za> |
| 2015-02-25 17:38:00 | belopolsky | link | issue23517 messages |
| 2015-02-25 17:38:00 | belopolsky | create | |