Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mailrus!cornell!uw-beaver!blake!themod From: themod@blake.acs.washington.edu (Chris Hinton) Newsgroups: comp.lang.c Subject: Mandlebrot set Summary: Looking for a function Message-ID: <2492@blake.acs.washington.edu> Date: 22 Jun 89 04:12:06 GMT Reply-To: themod@blake.acs.washington.edu (Chris Hinton) Distribution: na Organization: University of Washington, Seattle Lines: 22 Hello to all you netters out there, maybe one of you can help me. I am in search of a function that, given a point in the complex plane, will return the number of iterations it takes to determine if the given point is in the Mandlebrot (sp?) set. Put more simply, I would call the function in this way : s = function(real,imag); where s is the number of iterations real is the real part of the complex number imag is the imaginary part of the complex number. Any help is greatly appreciated. +---------------------------------+------------------------------------------+ + Chris Hinton (aka The Mod) | The veiws presented in the above posting | + Mod Software Systems | are my own, and should not be take as | + (206)547-1342 | those of the University of Wasington. | + | These ideas are available for sale or | + themod@blake.acs.washington.edu | rent at a reasonable price. | +---------------------------------+------------------------------------------+