编写程序求常量e的近似值,估算公式如下:e=1+1/1!+1/2!+1/3!...... 哪里出错了
#include<stdio.h>
#include<math.h>
int main()
{
double e=1,c=1;
int i;
while(fabs(c)>=1e-6)
{
c *=1/(n);
e +=a;
++n;
}
printf("常量e的近似值为:%f",e);
return 0;
}
盛世美颜XX
浏览 4432回答 1
1回答
-
雪颲
n哪来的
打开App,查看更多内容
继续浏览精彩内容
继续