[][src]Function flint_sys::_fmpz_mod_poly_compose_horner

pub unsafe extern "C" fn _fmpz_mod_poly_compose_horner(
    res: *mut fmpz,
    poly1: *const fmpz,
    len1: slong,
    poly2: *const fmpz,
    len2: slong,
    p: *const fmpz
)

See the FLINT Documentation for this function.