Changes

Jump to navigation Jump to search
799 bytes added ,  07:03, 27 February 2017
Created page with "<div style="font-size:30px">'''FRACTAL(Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId)'''</div><br/> ==Description== *This function draws a f..."
<div style="font-size:30px">'''FRACTAL(Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId)'''</div><br/>


==Description==
*This function draws a fractal based on the given parameter(s).

==Examples==

FRACTAL(10)

|3,3,1..100..10|.$(FRACTAL)

Since function has lots of params FRACTAL(Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId)
tries to combanatorially loop for
|3,3,1..100..10|@FRACTAL
which gives a different result. We can have more interesting version with more params by defining a new function.

Such as

fract:=FRACTAL(Iterations)
fract ⩨;
fract(|3,3,1..100..10|)

or

fract:=FRACTAL(Iterations)
fract ⩨;
fract(|3,3,1...1000|)

==See Also==
*[[Manuals/calci/TRIANGLE| TRIANGLE]]
*[[Manuals/calci/HYPOTENUSE| HYPOTENUSE]]
3,314

edits

Navigation menu