about summary refs log tree commit diff
path: root/library/core/src/num/dec2flt/slow.rs
AgeCommit message (Expand)AuthorLines
2025-03-02dec2flt: Refactor float traitsTrevor Gross-9/+9
2025-03-02dec2flt: Rename fields to be consistent with documented notationTrevor Gross-1/+1
2025-03-02dec2flt: Rename `Decimal` to `DecimalSeq`Trevor Gross-4/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-0/+109