Function gsl_sys::gsl_integration_qawf
source · [−]pub unsafe extern "C" fn gsl_integration_qawf(
f: *mut gsl_function,
a: f64,
epsabs: f64,
limit: usize,
workspace: *mut gsl_integration_workspace,
cycle_workspace: *mut gsl_integration_workspace,
wf: *mut gsl_integration_qawo_table,
result: *mut f64,
abserr: *mut f64
) -> c_int