예제 #1
0
 public Bisection()
 {
     eq     = new Equalation();
     limits = eq.limits;
     e      = eq.e;
     startBis();
 }
예제 #2
0
파일: Newtone.cs 프로젝트: mq26/ch
 public Newtone()
 {
     eq = new Equalation();
     start();
 }
예제 #3
0
        public Horda()
        {
            eq = new Equalation();

            StardHord();
        }
예제 #4
0
파일: Iteration.cs 프로젝트: mq26/ch
 public Iteration()
 {
     eq = new Equalation();
     start();
 }