级数求和

时间:2015-10-19 09:05:47
【文件属性】:

文件名称:级数求和

文件大小:94KB

文件格式:PPT

更新时间:2015-10-19 09:05:47

C++

#include "math.h" /* cp41.c ⑴ */ main() { int n; double x, t, c; scanf("%lf", &x); /* t=首项值,n=第2项号 */ for(c=0, t=x1, n=2; fabs(t)>=1e-6; n++) { c=c+t; /* 累加当前项 */ t*=-1*x*x/(2*(n-1)/(2*(n-1)-1); /* 计算下一项*/ } printf("%d,%lf\n", n-2, c); }


网友评论