mandelbrot-js icon indicating copy to clipboard operation
mandelbrot-js copied to clipboard

Gray screen with deep zoom

Open munrocket opened this issue 6 years ago • 1 comments

For now you have limit in zooming (~10^15) because you use javascript 64-bit float. But you can overcome the limit by using floating point expansion technique that is pretty fast. For example you can use double.js or bigfloat library.

munrocket avatar Nov 02 '18 12:11 munrocket

That is true, but I don't have time to fix it myself. I tried something like that, but was not satisfied with the speed. Perhaps change to arbitrary precision when we reach a certain limit or something.

cslarsen avatar Nov 12 '18 17:11 cslarsen