C语言:用二分法求方程的根,求具体可用程序;

日期:2017-12-15 12:25:33 人气:1

C语言:用二分法求方程的根,求具体可用程序;

楼主你好~ 提供以下代码。 Fedora10下gcc4.3.2编译通过,手动测试通过。。 #include #include #define DEFAULT_UPPER (10) #define DEFAULT_LOWER (-10) #define DEFAULT_E (0.00000001) #define _MID(x,y) ((x+y)/2) #define _VALUE(x) (2*x*x*x-4*x*x+3*x-6
    A+
热门评论