C语言计算高精度圆周率pi程序的代码

如下代码是关于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;
}




 

上一篇:matplotlib学习笔记(六)


下一篇:位操作与空间压缩