acb_poly_evaluate

Function acb_poly_evaluate 

Source
pub unsafe extern "C" fn acb_poly_evaluate(
    res: *mut acb_struct,
    f: *mut acb_poly_struct,
    a: *mut acb_struct,
    prec: mp_limb_signed_t,
)