1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

sort: Make use of ExtendedBigDecimal in -g sorting

This provides better precision than f64, which we need.

Fixed #8031.
This commit is contained in:
Nicolas Boichat 2025-05-30 10:30:21 +02:00
parent 040532a027
commit 8426c1480c
5 changed files with 46 additions and 26 deletions

1
fuzz/Cargo.lock generated
View file

@ -1345,6 +1345,7 @@ dependencies = [
name = "uu_sort"
version = "0.1.0"
dependencies = [
"bigdecimal",
"binary-heap-plus",
"clap",
"compare",