[][src]Function gsl_sys::gsl_spline_eval_deriv_e

pub unsafe extern "C" fn gsl_spline_eval_deriv_e(
    spline: *const gsl_spline,
    x: f64,
    a: *mut gsl_interp_accel,
    y: *mut f64
) -> c_int