fn parse_ascii_double(s: &str) -> Result<f64, RError>
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”.
%a
0x1.5p+5