[][src]Function gsl_sys::gsl_integration_qawc

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