acb_poly_compose_series

Function acb_poly_compose_series 

Source
pub unsafe extern "C" fn acb_poly_compose_series(
    res: *mut acb_poly_struct,
    poly1: *mut acb_poly_struct,
    poly2: *mut acb_poly_struct,
    n: mp_limb_signed_t,
    prec: mp_limb_signed_t,
)