Jan. 14, 2020
2:09 a.m.
On Tue, Jan 14, 2020 at 12:41:51AM +1300, Richard O'Keefe wrote:
Squeak and Pharo interpret as "rational number *printed* in decimal form but not *computed* using decimal arithmetic", so that can give extremely confusing results too.
Can you expand on this please? For money-related calculations I have been using Hernán Morales Durand's FixedDecimal: https://github.com/hernanmd/FixedDecimal. Pierce