pub fn dec2flt<F: RawFloat>(s: &str) -> Result<F, ParseFloatError>
dec2flt
Converts a decimal string into a floating point number.