Function parse_partial_number

pub(in ::num::imp::dec2flt::parse) fn parse_partial_number(s: &[u8]) -> Option<(Decimal, usize)>

Parse a partial, non-special floating point number.

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