rust/library/core/src/num
Yuki Okushi 35dddd3dea
Rollup merge of #87500 - Smittyvb:min-max-docs, r=kennytm
Document math behind MIN/MAX consts on integers

Currently the documentation for `[integer]::{MIN, MAX}` doesn't explain where the constants come from. This documents how the values of those constants are related to powers of 2.
2021-07-28 18:28:18 +09:00
..
dec2flt Changed dec2flt to use the Eisel-Lemire algorithm. 2021-07-17 00:30:34 -05: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 [clippy] remove redundant field names 2021-05-02 20:24:17 -04:00
diy_float.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
error.rs postpone stabilizaton by one release 2021-06-22 10:20:56 +01:00
f32.rs Intra doc link-ify a reference to a function 2021-06-01 05:04:48 +02:00
f64.rs Intra doc link-ify a reference to a function 2021-06-01 05:04:48 +02:00
fmt.rs Move flt2dec::{Formatted, Part} to dedicated module 2021-06-06 02:54:51 +01:00
int_log10.rs special case for integer log10 2021-07-07 14:10:05 +02:00
int_macros.rs Rollup merge of #87500 - Smittyvb:min-max-docs, r=kennytm 2021-07-28 18:28:18 +09:00
mod.rs Document math behind MIN/MAX consts on integers 2021-07-26 20:22:44 -04:00
nonzero.rs Stop relying on #[feature(try_trait)] in doctests. 2021-06-12 10:58:37 +02:00
uint_macros.rs Rollup merge of #87500 - Smittyvb:min-max-docs, r=kennytm 2021-07-28 18:28:18 +09:00
wrapping.rs add BITS associated constant to core::num::Wrapping 2021-05-11 13:36:43 +02:00