gsl_sys

Function gsl_diff_central

Source
pub unsafe extern "C" fn gsl_diff_central(
    f: *const gsl_function,
    x: f64,
    result: *mut f64,
    abserr: *mut f64,
) -> c_int