コード例 #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();
 }