Any equivalent of “extended” for C#?
问题 I'm working on a new version of my Mandelbrot screensaver and I'm running out of floating point accuracy - simple double values don't have enough significant figures for my needs. More significant figures = greater levels of zooming into the fractal Back when I wrote a version of this screensaver in Delphi 7, I used the extended floating point type, 80 bits in size. In .NET, I could switch to decimal, but the performance hit for this is terrible, slowing down fractal generation by a factor of