Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 08:01
· 2 commits to master since this release

Decimals v0.5.1

Diff since v0.5.0

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: