[][src]Function flint_sys::_fmpz_mod_poly_invmod

pub unsafe extern "C" fn _fmpz_mod_poly_invmod(
    A: *mut fmpz,
    B: *const fmpz,
    lenB: slong,
    P: *const fmpz,
    lenP: slong,
    p: *const fmpz
) -> c_int

See the FLINT Documentation for this function.