Closed PaulTheLionHeart closed 1 month ago
I suspect this is the same issue as with manzpower #142. There is probably a bug in the switching of math types when precision of double is exceeded.
We'll want an image compare test for the fractals that support deep zoom to verify that they all render correct compared to fractint when bignum math is used.
I've found a fault in bftoint() as it still uses 16 bit code. This function is only used in bailout routines. For ID 1.1 I will replace these routines with a slower and yet more accurate bigflt compare ratrher than using a long.
Fixed
Once bigflt is activated, the fractal only gives a screen with a single colour
In fact, only Mandelbrot fractal successfully works in bignum mathematics.