C++实现successive approximation渐进法 C++实现successive approximation渐进法算法完整源码(定义,实现,main函数测试) C++实现successive approximation渐进法算法完整源码(定义,实现,main函数测试) #include <cmath> #include <iostream> /** equation 1 * \f[f(y) = 3y - \cos y -2\f] */ static float eq(float y