实现durand kerner算法求近似根roots 实现以下几个相关的个接口 durand kerner算法求近似根roots的完整源码(定义,实现,main函数测试) 实现以下几个相关的个接口 long double complex poly_function(long double *coeffs, unsigned int degree,long double complex x); const