rust/library/core/tests/num/flt2dec
Jubilee Young 74db93ed2d Preserve signed zero on roundtrip
This commit removes the previous mechanism of differentiating
between "Debug" and "Display" formattings for the sign of -0 so as
to comply with the IEEE 754 standard's requirements on external
character sequences preserving various attributes of a floating
point representation.

In addition, numerous tests are fixed.
2021-03-22 17:02:09 -07:00
..
strategy Re-enable all num tests on WASM 2021-01-15 16:58:44 -05:00
estimator.rs
mod.rs Preserve signed zero on roundtrip 2021-03-22 17:02:09 -07:00
random.rs flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00