about summary refs log tree commit diff
path: root/library/coretests/tests/num/flt2dec
AgeCommit message (Collapse)AuthorLines
2025-07-23coretests/num: use ldexp instead of hard-coding a power of 2Ralf Jung-26/+12
2025-05-18float: Add tests for `f16` conversions to and from decimalTrevor Gross-35/+268
Extend the existing tests for `f32` and `f64` with versions that include `f16`'s new printing and parsing implementations. Co-authored-by: Speedy_Lex <alex.ciocildau@gmail.com>
2025-03-10Update tests.Mara Bos-14/+14
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-1/+1
2025-02-13library: Update rand to 0.9.0Eric Huss-3/+3
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2025-01-26Put all coretests in a separate cratebjorn3-0/+1558