Function gsl_sys::gsl_integration_qagil[][src]

pub unsafe extern "C" fn gsl_integration_qagil(
    f: *mut gsl_function,
    b: f64,
    epsabs: f64,
    epsrel: f64,
    limit: usize,
    workspace: *mut gsl_integration_workspace,
    result: *mut f64,
    abserr: *mut f64
) -> c_int