paupino / rust-decimal

Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
https://docs.rs/rust_decimal/
MIT License
1.03k stars 182 forks source link

Fixes issue with abs_sub whereby it was not computing the difference correctly #666

Closed paupino closed 3 months ago

paupino commented 3 months ago

Fixes #665