[][src]Function flint_sys::_fmpz_mod_poly_gcd

pub unsafe extern "C" fn _fmpz_mod_poly_gcd(
    G: *mut fmpz,
    A: *const fmpz,
    lenA: slong,
    B: *const fmpz,
    lenB: slong,
    invB: *const fmpz,
    p: *const fmpz
) -> slong

See the FLINT Documentation for this function.