rust/library/core/src/num
Simonas Kazlauskas 78efb075d9 review the total_cmp documentation
The documentation has been restructured to split out a brief summary
paragraph out from the following elaborating paragraphs.

I also attempted my hand at wording improvements and adding articles
where I felt them missing, but being non-native english speaker these
may need more thorough review.
2022-01-30 23:20:54 +02:00
..
dec2flt Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay 2021-12-15 10:57:02 +01:00
flt2dec Changed dec2flt to use the Eisel-Lemire algorithm. 2021-07-17 00:30:34 -05:00
shells Convert the rest of the standard library primitives to intra-doc links 2021-02-25 20:32:49 -05:00
bignum.rs Use carrying_{mul|add} in num::bignum 2022-01-15 20:22:34 -08:00
diy_float.rs Fix assert in diy_float 2021-07-27 16:02:35 -04:00
error.rs Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
f32.rs review the total_cmp documentation 2022-01-30 23:20:54 +02:00
f64.rs review the total_cmp documentation 2022-01-30 23:20:54 +02:00
fmt.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
int_log10.rs Add log2 and log10 to NonZeroU* 2022-01-15 17:14:13 -08:00
int_macros.rs Add log2 and log10 to NonZeroU* 2022-01-15 17:14:13 -08:00
mod.rs Add log2 and log10 to NonZeroU* 2022-01-15 17:14:13 -08:00
nonzero.rs Add log2 and log10 to NonZeroU* 2022-01-15 17:14:13 -08:00
saturating.rs Unimpl {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}<$t> for Saturating<$t> 2022-01-26 23:49:54 +01:00
uint_macros.rs Add log2 and log10 to NonZeroU* 2022-01-15 17:14:13 -08:00
wrapping.rs Added const versions of common numeric operations 2021-10-22 10:03:18 +13:00