pub fn epics_parse_double(s: &str) -> Result<f64, ParseDoubleError>Expand description
C epicsParseDouble(str, to, NULL) (epicsStdlib.c:149-176): skip
leading whitespace, run strtod, reject ERANGE, skip trailing
whitespace, reject anything left over.