rust/library/core/tests/num
Josh Triplett 3ece63b64e Temporarily rename int_roundings functions to avoid conflicts
These functions are unstable, but because they're inherent they still
introduce conflicts with stable trait functions in crates. Temporarily
rename them to fix these conflicts, until we can resolve those conflicts
in a better way.
2021-09-22 13:56:01 -07:00
..
dec2flt Changed dec2flt to use the Eisel-Lemire algorithm. 2021-07-17 00:30:34 -05:00
flt2dec Move flt2dec::{Formatted, Part} to dedicated module 2021-06-06 02:54:51 +01:00
bignum.rs
const_from.rs Add test for int to float 2021-08-07 19:03:34 +02:00
i8.rs
i16.rs
i32.rs Minor refactoring 2020-09-05 17:07:53 +05:30
i64.rs
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_log.rs Change return type for T::{log,log2,log10} to u32. The value is at 2021-09-05 17:09:21 +02:00
int_macros.rs Temporarily rename int_roundings functions to avoid conflicts 2021-09-22 13:56:01 -07:00
mod.rs Add tests 2021-08-07 19:03:33 +02: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
u16.rs
u32.rs
u64.rs
u128.rs Add u128 and i128 integer tests 2020-11-14 20:27:08 +01:00
uint_macros.rs Temporarily rename int_roundings functions to avoid conflicts 2021-09-22 13:56:01 -07:00
wrapping.rs Avoid ident concatenation in macro. 2021-01-13 23:13:55 -05:00