[][src]Function flint_sys::fmpz_divides_mod_list

pub unsafe extern "C" fn fmpz_divides_mod_list(
    xstart: *mut fmpz,
    xstride: *const fmpz,
    xlength: *const fmpz,
    a: *const fmpz,
    b: *const fmpz,
    n: *const fmpz
)

See the FLINT Documentation for this function.