Writing Formulas
Questions and discussion regarding writing Ultra Fractal formulas and classes.
68
Topics
309
Posts
7
Followers
Yes No
Hide topic messages
Yes No
Enable infinite scrolling
jam posted Dec 6 '16 at 3:13 am
Over the last few months I have created a file of unique Newton, Halley, and Householder method formulas, and would like to upload them to the public database. Rather than include them with my previously existing formula files, since there are so many entires I would like to create a jam-Newton.ufm file or something like that. Who do I contact these days about creating a new formula file for th
3replies
201views
recent by jam  ·  Dec 9 '16 at 1:37 pm
This is a formula I found initially through a program for the iPad called Frax...
They use a Line Average coloring algorithm... I googled it and found this.
I have no clue how to program it into UF, so I was hoping to find someone here that did know how...

float xmin = -2.5;
float ymin = -2.0;
float wh = 4;
float stripes = 5.0;
int maxIterations = 1000;

void setup() {
size(800, 80
2replies
268views
recent by EvrWccn  ·  Oct 15 '16 at 5:03 am
Otto Magus posted Aug 6 '16 at 1:29 pm
Hi.
is it possible to provide the option of alternative bailouts in the same formula?

More specifically, I wanted to include convergent and divergent bailouts:
|z|<@bailout (default 4.0)
|z|>@bailout (default 0.001)
It seems only one expression is allowed in the bailout section. Is there a way to do this? Any help would be appreciated.

4replies
290views
recent by Otto Magus  ·  Aug 7 '16 at 9:53 am
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft