[][src]Function flint_sys::fmpz_mod_poly_compose_mod_horner

pub unsafe extern "C" fn fmpz_mod_poly_compose_mod_horner(
    res: *const fmpz_mod_poly,
    f: *const fmpz_mod_poly,
    g: *const fmpz_mod_poly,
    h: *const fmpz_mod_poly
)

See the FLINT Documentation for this function.