about summary refs log tree commit diff
path: root/library/coretests/tests/num/dec2flt
AgeCommit message (Expand)AuthorLines
2025-07-23coretests/num: use ldexp instead of hard-coding a power of 2Ralf Jung-6/+5
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-06-03Enable Float non-determinism in miri. Update and add tests and changeLorrensP-2158466-2/+4
2025-05-18float: Add tests for `f16` conversions to and from decimalTrevor Gross-42/+233
2025-03-02dec2flt: Refactor float traitsTrevor Gross-0/+61
2025-03-02dec2flt: Rename fields to be consistent with documented notationTrevor Gross-6/+6
2025-03-02dec2flt: Rename `Number` to `Decimal`Trevor Gross-13/+42
2025-03-02dec2flt: Rename `Decimal` to `DecimalSeq`Trevor Gross-0/+31
2025-01-26Put all coretests in a separate cratebjorn3-0/+392