Function core::num::dec2flt::parse::parse_decimal [] [src]

pub fn parse_decimal(s: &str) -> ParseResult
Unstable (dec2flt)

: internal routines only exposed for testing

Check if the input string is a valid floating point number and if so, locate the integral part, the fractional part, and the exponent in it. Does not handle signs.