rust/library/core/tests/num
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
..
dec2flt
flt2dec
bignum.rs
i8.rs
i16.rs
i32.rs
i64.rs
i128.rs
ieee754.rs
int_macros.rs
mod.rs
nan.rs
ops.rs
u8.rs
u16.rs
u32.rs
u64.rs
u128.rs
uint_macros.rs
wrapping.rs