8.13. DEMOS
realTemp2 = (realTemp realTemp) - (imagTemp imagTemp) - realCoord;
imagTemp = (2 realTemp imagTemp) - imagCoord;
realTemp = realTemp2;
arg = (realTemp realTemp) + (imagTemp imagTemp);
iterations += 1;
}
Console.Write("{0,2:D} ", iterations);
}
Console.Write("\n");
}
Console.ReadKey();
}
}
}
Here is the resulting file, which is too wide to be included here:
beginners.re.
The maximal number of iterations is 40, so when you see 40 in this dump, it means that this point has
been wandering for 40 iterations but never got off limits.
A numbernless than 40 means that point remained inside the bounds only forniterations, then it went
outside them.