| http://www.w3.org/ns/prov#value | - I have been looking over this thread and most of the math is over my head, or in a form I can not know how to translate into BASIC or for the fractint formula parser.For the basic iteration of the original formula I think you should be able to use this fairly easily in Fractint: ztemp = ((r=cabs(zri)) + flip(zj))^@mpwr zri = real(ztemp)*(zri/r)^@mpwr + cri zj = -imag(ztemp) + cjztemp, zri and cri comp
|