Jan. 27, 2012
5 p.m.
On Fri, Jan 27, 2012 at 2:08 AM, Norbert Hartl <norbert@hartl.name> wrote:
... I think I've found a bug. Mine ends with
...
990991992993994995996997999000s3000
You can see after 997 there is 999. :)
I suspect it should be ...997998999 and not ...997999000. The 'issue' is that ScaledDecimal rounds the the number off that is is printing. You can find this in ScaledDecimal>>printOn: -Chris