12 Sep
2010
12 Sep
'10
11:24 p.m.
Mike,
----- Stuff here to calculate the initial z -----
lastZ = z; // tdis initialization
totalDistance = 0.0;
One other minor problem is that old is not the current value of z (or new for Fractint), it is the value at the start of the iteration that ends with bailing out. Jonathan