| .. |
|
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
|
fix typo in max description for f32/f64
|
2022-01-18 10:30:32 +03:00 |
|
f64.rs
|
fix typo in max description for f32/f64
|
2022-01-18 10:30:32 +03: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
|
Add {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}{,Assign}<$t> to Saturating<$t>
|
2021-12-28 17:25:00 +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 |