Decimals v0.5.1
This version fixes a rounding issue in division. For example, the result of the following used to be 1000
and now is 1100
:
Decimals.@with_context (precision=2, rounding=RoundNearest) dec"10500009" / dec"10000"
Merged pull requests: