Type Definition gsl_sys::gsl_integration_rule[][src]

pub type gsl_integration_rule = Option<unsafe extern "C" fn(f: *const gsl_function, a: f64, b: f64, result: *mut f64, abserr: *mut f64, defabs: *mut f64, resabs: *mut f64)>;