C语言计算高精度圆周率pi程序的代码
2021-10-25 本文已影响0人
简简单单咦
如下代码是关于C语言计算高精度圆周率pi程序的代码。
#include <stdlib.h>
#include <stdio.h>
long a=10000,b,c=2800,d,e,f[2801],g;
main()
{
for(;b-c;)
f[b++]=a/5;
}
如下代码是关于C语言计算高精度圆周率pi程序的代码。
#include <stdlib.h>
#include <stdio.h>
long a=10000,b,c=2800,d,e,f[2801],g;
main()
{
for(;b-c;)
f[b++]=a/5;
}