[Pharo-users] Re: Silly question about storing and displaying currency amounts?

2021-08-31 Thread Richard O'Keefe
I have ScaledDecimal, based on the ANSI Smalltalk standard, but fixed point decimal arithmetic, because that's what the ANSI Smalltalk standard calls for (citing a non-existent part of the LIA standard) but contradicts FixedPoint, a version of that specifically intended for plugging

[Pharo-users] Re: Silly question about storing and displaying currency amounts?

2021-08-31 Thread Guillermo Polito
Hi all, In the past months I worked a bit with it and found many problems too, like: - doing scaled decimal arithmetics losing precision https://github.com/pharo-project/pharo/issues/8668 - strange default scale values https://github.com/pharo-project/pharo/issues/8669 I also got hit