Function axlibc::strtod

source ·
#[no_mangle]
pub unsafe extern "C" fn strtod(
    s: *const c_char,
    endptr: *mut *mut c_char
) -> c_double
Available on crate feature fp_simd only.
Expand description

Convert a string to a double-precision number.