varunsrin / rusty_money

Money library for Rust
MIT License
85 stars 32 forks source link

Fix allocate remainder incorrectly #104

Open hms5232 opened 7 months ago

hms5232 commented 7 months ago

This PR fix https://github.com/varunsrin/rusty_money/issues/103

I set a variable weight to record origin index of sorted ratios, and allocate remainder by this.