rust/src/libcore/num/flt2dec
Nathan Froyd b1858447d3 fix confusion about parts required for float formatting
The documentation for flt2dec doesn't match up with the actual
implementation, so fix the documentation to align with reality.
Presumably due to the mismatch, the formatting code for floats in
std::fmt can use correspondingly shorter arrays in some places, so fix
those places up as well.

Fixes #41304.
2017-05-09 12:58:50 -04:00
..
strategy Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
decoder.rs Remove float_extras 2017-04-20 21:16:31 -07:00
estimator.rs core: fixed typos and revised comments in flt2dec. 2015-05-06 14:22:20 +09:00
mod.rs fix confusion about parts required for float formatting 2017-05-09 12:58:50 -04:00