13 Sep
2004
13 Sep
'04
7:07 a.m.
Tim, I have managed to get the code in calmanfp.c to match the image drawn by StandardFractal(). However, we set oldcoloriter to indicate we want to start checking periodicity immediately for the next pixel, then we override it when we set oldcoloriter to firstsavedand. And, our test of when to save new x and y values is messed up. Consider what happens when firstsavedand = 9, or 1001 in binary. From iteration 0 (which we don't use) to 8, every other iteration saves a new x and y. From 9 through 15, every iteration saves a new x and y. From 16 to 24, every other iteration saves a new x and y. From 25 through 32, every iteration saves a new x and y. And so on... Ack!!! Jonathan