Author Topic: I made a pi generator with C#....  (Read 439 times)

I made a pi generator with visual studio 2010 C#. Its the first "best" thing I have ever made. It takes about 2 and a half minutes on my computer to calculate it. Its not perfect put if I were to make it more accurate it would take longer. Here it is.

I did something similar once too, except mine was infinite.

cool job though.

Better than I can do... I'm learning random crap from here

I did something similar once too, except mine was infinite.

cool job though.
Did you have a problem with the 64 bit limit?

Did you have a problem with the 64 bit limit?
?
I used python.

?
I used python.
Oh, but for the actual pi value, isn't there a 64 bit limit for how many digits the number can be or really, how large?

Oh, but for the actual pi value, isn't there a 64 bit limit for how many digits the number can be or really, how large?

python doesn't have a number limit anymore. it used to but got removed and now it's completely dependent on how much memory you have.

It's actually procedural, so it doesn't store each value.
Heres a lot of digits of pi
linky

I'll generate more if you so desire, lol.