pub fn sci_double<'i>(input: &mut &'i str) -> PResult<f64>
Expand description

Parse a normal float number. The D format code for scientific (exponential) notation is also supported.