[][src]Function flint_sys::_fmpz_mod_poly_compose_mod_horner

pub unsafe extern "C" fn _fmpz_mod_poly_compose_mod_horner(
    res: *mut fmpz,
    f: *const fmpz,
    lenf: slong,
    g: *const fmpz,
    h: *const fmpz,
    lenh: slong,
    p: *const fmpz
)

See the FLINT Documentation for this function.