Unit formulae

Classes

Functions

barnsley - ----------> BARNSLEY
costnewton - ----------> costnewton
div1zc - ----------> DIV1Z
ikenaga - ----------> ikenaga
interpolate - ----------> MISC
logsin - ----------> logsin
mandelbrot - ----------> MANDELBROT
mandelorder - ----------> mandelorder
newtest - ----------> NEWTEST
newtonI - ----------> newtonI
newtonmIII - ----------> newtonmIII
newton_mI - ----------> newton_mI
newton_mII - ----------> newton_mII
nova - ----------> nova
novavarI - ----------> novavarI
novavarII - ----------> novavarII
phoenix - ----------> phoenix
sinzpz - ----------> sinzpz
spider - ----------> SPIDER
webb - ----------> webb
webbII - ----------> webbII

Types

return

Constants

Variables


Functions


function barnsley(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean) :return;

----------> BARNSLEY

function costnewton(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> costnewton

function div1zc(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean) :return;

----------> DIV1Z

function ikenaga(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> ikenaga

function interpolate(i1,i2:integer):integer;

----------> MISC

function logsin(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> logsin

function mandelbrot(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean) :return;

----------> MANDELBROT

function mandelorder(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> mandelorder

function newtest(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> NEWTEST

function newtonI(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> newtonI

function newtonmIII(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> newtonmIII

function newton_mI(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> newton_mI

function newton_mII(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> newton_mII

function nova(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> nova

function novavarI(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> novavarI

function novavarII(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> novavarII

function phoenix(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> phoenix

function sinzpz(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> sinzpz

function spider(ca,cbi:float; max_iteration,bailout:integer; julia,invert:boolean) :return;

----------> SPIDER

function webb(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> webb

function webbII(ca,cbi,const_ext,const_imag:float; max_iteration,bailout:integer; julia,invert:boolean;order:integer) :return;

----------> webbII

Types


return = record
x : float;
y : float;
z : float;
i : integer;
end;

Constants


Variables