coreutils/src
nicoo 1172af09c0 factor::numeric::DoubleInt: Clarify methods and associated types
- `DoubleInt::Double` renamed to `DoubleWidth`
- `{as,from}_double()` renamed to `{as,from}_double_width()`.

This should hopefully clarify that this is not a “double precision”
floating-point type, but an integer type with a larger range (used
for storing intermediate results, typ. from a multiplication)
2020-07-24 11:28:26 -05:00
..
bin Fix to build on Rust 1.32.0 and formatting 2020-06-16 04:08:17 -05:00
uu factor::numeric::DoubleInt: Clarify methods and associated types 2020-07-24 11:28:26 -05:00