double in C# don\'t hold enough precision for my needs. I am writing a fractal program, and after zooming in a few times I run out of precision.
double
I ther
The .NET Framework 4 introduces the System.Numerics.BigInteger struct that can hold numbers with an arbitrary large precision.