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 Re-enable all num tests on WASM 2021-01-15 16:58:44 -05:00
flt2dec Preserve signed zero on roundtrip 2021-03-22 17:02:09 -07:00
bignum.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
i8.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
i16.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
i32.rs Minor refactoring 2020-09-05 17:07:53 +05:30
i64.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
i128.rs Add u128 and i128 integer tests 2020-11-14 20:27:08 +01:00
ieee754.rs Add IEEE754 tests 2021-03-22 17:02:06 -07:00
int_macros.rs Add u128 and i128 integer tests 2020-11-14 20:27:08 +01:00
mod.rs Add IEEE754 tests 2021-03-22 17:02:06 -07:00
nan.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
ops.rs Adds tests to ensure some base op traits exist. 2021-01-13 23:14:00 -05:00
u8.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
u16.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
u32.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
u64.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
u128.rs Add u128 and i128 integer tests 2020-11-14 20:27:08 +01:00
uint_macros.rs Add u128 and i128 integer tests 2020-11-14 20:27:08 +01:00
wrapping.rs Avoid ident concatenation in macro. 2021-01-13 23:13:55 -05:00