arb_poly_compose_divconquer

Function arb_poly_compose_divconquer 

Source
pub unsafe extern "C" fn arb_poly_compose_divconquer(
    res: *mut arb_poly_struct,
    poly1: *mut arb_poly_struct,
    poly2: *mut arb_poly_struct,
    prec: mp_limb_signed_t,
)