Skip to main content

epics_parse_double

Function epics_parse_double 

Source
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.