Example #1
0
 public Bisection()
 {
     eq     = new Equalation();
     limits = eq.limits;
     e      = eq.e;
     startBis();
 }
Example #2
0
File: Newtone.cs Project: mq26/ch
 public Newtone()
 {
     eq = new Equalation();
     start();
 }
Example #3
0
        public Horda()
        {
            eq = new Equalation();

            StardHord();
        }
Example #4
0
File: Iteration.cs Project: mq26/ch
 public Iteration()
 {
     eq = new Equalation();
     start();
 }