pi-calculation

.NET Framework Library for arbitrary digit precision

I'm reviving this question, and making it more specific: Is there a .NET framework library that supports numbers with arbitrary digits of precision? ...

C#: Perform Operations on GPU, not CPU (Calculate Pi)

Hello, I've recently read a lot about software (mostly scientific/math and encryption related) that moves part of their calculation onto the GPU which causes a 100-1000 (!) fold increase in speed for supported operations. Is there a library, API or other way to run something on the GPU via C#? I'm thinking of simple Pi calculation. I h...