On Fri, Jan 27, 2012 at 2:08 AM, Norbert Hartl <[email protected]> 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

Reply via email to