Exemplo n.º 1
0
 public Bisection()
 {
     eq     = new Equalation();
     limits = eq.limits;
     e      = eq.e;
     startBis();
 }
Exemplo n.º 2
0
Arquivo: Newtone.cs Projeto: mq26/ch
 public Newtone()
 {
     eq = new Equalation();
     start();
 }
Exemplo n.º 3
0
        public Horda()
        {
            eq = new Equalation();

            StardHord();
        }
Exemplo n.º 4
0
Arquivo: Iteration.cs Projeto: mq26/ch
 public Iteration()
 {
     eq = new Equalation();
     start();
 }