acb_poly_evaluate2

Function acb_poly_evaluate2 

Source
pub unsafe extern "C" fn acb_poly_evaluate2(
    y: *mut acb_struct,
    z: *mut acb_struct,
    f: *mut acb_poly_struct,
    x: *mut acb_struct,
    prec: mp_limb_signed_t,
)