[][src]Function antic::nmod_poly_compose_horner

pub unsafe extern "C" fn nmod_poly_compose_horner(
    res: *mut nmod_poly_struct,
    poly1: *mut nmod_poly_struct,
    poly2: *mut nmod_poly_struct
)