rust/library/coretests/tests/num/dec2flt
Daniel Lemire bb549da8f6 test: update duplicate many_digits test to use f64 instead of f32
Replace the f32 test case with an f64 equivalent to improve coverage
for parsing large digit counts in double-precision floating-point
conversion.
2025-12-07 16:51:27 -05: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 coretests/num: use ldexp instead of hard-coding a power of 2 2025-07-23 16:33:58 +02: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 test: update duplicate many_digits test to use f64 instead of f32 2025-12-07 16:51:27 -05:00