[][src]Function gsl_sys::gsl_sf_mathieu_a_array

pub unsafe extern "C" fn gsl_sf_mathieu_a_array(
    order_min: c_int,
    order_max: c_int,
    qq: f64,
    work: *mut gsl_sf_mathieu_workspace,
    result_array: *mut f64
) -> c_int