C++: 使用平分法寻求方程 F(X)=0 的解 test.hpp test.cpp test.hpp double bisection_rc ( double &a, double &b, double fx, int &job ); double