Function gsl_sys::gsl_spline2d_eval_extrap
source · [−]pub unsafe extern "C" fn gsl_spline2d_eval_extrap(
interp: *const gsl_spline2d,
x: f64,
y: f64,
xa: *mut gsl_interp_accel,
ya: *mut gsl_interp_accel
) -> f64