rust/library/coretests/tests/num/dec2flt
Trevor Gross 977d841869 float: Add tests for f16 conversions to and from decimal
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-05-18 16:51:28 +00:00
..
decimal.rs float: Add tests for f16 conversions to and from decimal 2025-05-18 16:51:28 +00:00
decimal_seq.rs dec2flt: Rename Decimal to DecimalSeq 2025-03-02 07:08:00 +00:00
float.rs float: Add tests for f16 conversions to and from decimal 2025-05-18 16:51:28 +00:00
lemire.rs float: Add tests for f16 conversions to and from decimal 2025-05-18 16:51:28 +00:00
mod.rs float: Add tests for f16 conversions to and from decimal 2025-05-18 16:51:28 +00:00
parse.rs float: Add tests for f16 conversions to and from decimal 2025-05-18 16:51:28 +00:00