Function acb_poly_compose

Source
pub unsafe extern "C" fn acb_poly_compose(
    res: *mut acb_poly_struct,
    poly1: *const acb_poly_struct,
    poly2: *const acb_poly_struct,
    prec: slong,
)