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
Check out BigInteger (.NET 4) if you need even more precision than Decimal gives you.
Decimal