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 with
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 into