Function gsl_sys::gsl_diff_central[][src]

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