数值积分之Simpson 1/3法则 数值积分之Simpson 1/3法则的完整源码(定义,实现,main函数测试) 数值积分之Simpson 1/3法则的完整源码(定义,实现,main函数测试) #include <math.h> #include <stdio.h> float f(float x) { return 1.0