[][src]Function antic::_fmpz_mod_poly_divrem_newton_n_preinv

pub unsafe extern "C" fn _fmpz_mod_poly_divrem_newton_n_preinv(
    Q: *mut fmpz,
    R: *mut fmpz,
    A: *const fmpz,
    lenA: mp_limb_signed_t,
    B: *const fmpz,
    lenB: mp_limb_signed_t,
    Binv: *const fmpz,
    lenBinv: mp_limb_signed_t,
    mod_: *mut fmpz
)