pub fn epics_parse_double(s: &str) -> Result<f64, ParseDoubleError>Expand description
C epicsParseDouble(str, to, NULL) — the same function with the
remainder refused as S_stdlib_extraneous (epicsStdlib.c:169-170)
rather than returned.
pub fn epics_parse_double(s: &str) -> Result<f64, ParseDoubleError>C epicsParseDouble(str, to, NULL) — the same function with the
remainder refused as S_stdlib_extraneous (epicsStdlib.c:169-170)
rather than returned.