Magnus Jeffs Tovslid
Results
1
issues of
Magnus Jeffs Tovslid
Multiplying these two numbers together seems to yield the wrong result: `Money.fromDecimal(2090.50, Money.USD).multiply(Money.fromDecimal(8.61, Money.USD)).toDecimal() // = 17999.2` Should be 17999.21. Internally I think this is what happens: 209050 * 8.61...