[][src]Function gsl_sys::gsl_integration_qcheb

pub unsafe extern "C" fn gsl_integration_qcheb(
    f: *mut gsl_function,
    a: f64,
    b: f64,
    cheb12: *mut f64,
    cheb24: *mut f64
)