[][src]Function flint_sys::_fmpz_mod_poly_powmod_fmpz_binexp_preinv

pub unsafe extern "C" fn _fmpz_mod_poly_powmod_fmpz_binexp_preinv(
    res: *mut fmpz,
    poly: *const fmpz,
    e: *const fmpz,
    f: *const fmpz,
    lenf: slong,
    finv: *const fmpz,
    lenfinv: slong,
    p: *const fmpz
)

See the FLINT Documentation for this function.