unsafe extern "C-unwind" fn R_atof_unchecked(
str: *const c_char,
) -> f64Expand description
Convert string to double, always using ‘.’ as decimal point.
Also accepts “NA” as input, returning NA_REAL.
Unchecked FFI binding for R_atof.
Generated from source location line 3520, column 8.
Generated from source file miniextendr-api/src/ffi.rs.