28 Jan
2003
28 Jan
'03
5:30 p.m.
Russ Walsmith wrote:
In the following frm files, the default imaginary values for Y are changed by imag(pixel)*(0,-1) to real.
CP4 (XAXIS){ x=real(pixel), y=imag(pixel)*(0,-1), a=b=0:
Russ, this seems to be a small misunderstanding regarding Fractint's parser. The imag()-function returns the imaginary component of a number already as a real! That is, from a + i*b you get b + i*0, not 0 + i*b. Regards, Gerald