摘要: 示例程序: #include <stdio.h> #include <math.h> #define EPSILON 1e-6 double f(double x) { return 2 * pow(x, 3) - 4 * pow(x, 2) + 3 * x - 6; } double f_prim 阅读全文
posted @ 2021-03-16 07:34 quanjun 阅读(538) 评论(0) 推荐(0)