3.1415926535897932384626433832795028841971693993751058209749
445923078164062862089986280348253421170679821480865132823066
470938446095505822317253594081284811174502841027019385211055
596446229489549303819644288109756659334461284756482337867831
652712019091456485669234603486104543266482133936072602491412
737245870066063155881748815209209628292540917153643678925903
60011330530548820466521384146951941511609…
…
Okay, wait a minute.
You guys are killing my server.
I used to have a million digits of Pi listed here, and it was really great.
But now you have brought my server to its knees with your interest in its greatness.
So, I’m going to hide all those nutty digits, and offer you something BETTER.
I promise, if you were interested enough to come here, then you will LOVE my other site, it’s way better: http://YouMustChoose.com
It’s more fun, and uses less bandwidth than frickin’ 1MB worth of digits of Pi.
If you really want to see 1 million digits of Pi then visit the page index1.html at the root of this domain.
Thanks!
{ 1 } Comments
#include
#include
long a=10000,b,c=2800,d,e,f[2801],g;
main()
{
for(;b-c;)
f[b++]=a/5;
for(;d=0,g=c*2;c-=14,printf(“%.4d”,e+d/a),e=d%a)
for(b=c;d+=f[b]*a,f[b]=d%–g,d/=g–,–b;d*=b);
}
Post a Comment