gsl_sys

Function gsl_sf_mathieu_b_array

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