The Biomorph comes from a bug in a program to calculate fractals.
There was a flaw in the expression that checks if a point belongs to the convergence set.
In that expression an AND operation was mistaken by an OR, broadening the set of points
that matched the test...
The strange function f0(z) also comes from a bug in the
implementation of the Biomorph algorithm. This time the flaw was in the expression
to calculate the complex term ez, that was erroneously expanded
as: ezre [cos(zre) + i新in(zim)] instead of the correct way: ezre [cos(zim) + i新in(zim)]
It happened that this flawed expression resulted in an interesting fractal...