Function gsl_sys::gsl_integration_romberg[][src]

pub unsafe extern "C" fn gsl_integration_romberg(
    f: *const gsl_function,
    a: f64,
    b: f64,
    epsabs: f64,
    epsrel: f64,
    result: *mut f64,
    neval: *mut usize,
    w: *mut gsl_integration_romberg_workspace
) -> c_int
This is supported on crate feature v2_5 only.