fn parse_partial_number(s: &[u8]) -> Option<(Number, usize)>
🔬This is a nightly-only experimental API. (dec2flt)
Expand description

Parse a partial, non-special floating point number.

This creates a representation of the float as the significant digits and the decimal exponent.