Skip to main content

parse_ascii_double

Function parse_ascii_double 

Source
fn parse_ascii_double(s: &str) -> Result<f64, RError>
Expand description

Parse a double from R’s ASCII serialization format.

R writes doubles using the C %a hex-float format (e.g. 0x1.5p+5), or special strings “NA”, “Inf”, “-Inf”, “NaN”.