摘要: #include <iostream> #include <iomanip> #include <math.h> using namespace std; //二分梯形积分 //本函数用来求sinx/x在(0,1)区间的积分 long double f(double l) { return sin( 阅读全文
posted @ 2020-03-21 23:04 打不死的小王 阅读(857) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <iomanip> using namespace std; int main() { double x=0.001 cout.setf(io::fixed); cout<<fixed<<setprecision(10)<<a<<endl; 阅读全文
posted @ 2020-03-21 22:52 打不死的小王 阅读(429) 评论(0) 推荐(0) 编辑