Message86119
The two problems mentioned above have now been fixed in r71715.
There are (at least) two remaining problems with the round function in 2.x
that I'm not going to fix, because the added complication doesn't seem
worth it.
(1) round(x, n) doesn't give correct results with large values of n;
but small values (e.g., abs(n) <= 50) should be fine unless x is
huge.
(2) round(x, n) still occasionally rounds the wrong way in borderline
cases, even for small n.
Closing (again!) |
|
Date |
User |
Action |
Args |
2009-04-18 15:06:25 | mark.dickinson | set | recipients:
+ mark.dickinson, gboutsioukis |
2009-04-18 15:06:25 | mark.dickinson | set | messageid: <1240067185.58.0.326784189075.issue1869@psf.upfronthosting.co.za> |
2009-04-18 15:06:24 | mark.dickinson | link | issue1869 messages |
2009-04-18 15:06:24 | mark.dickinson | create | |
|