Exemple #1
0
 public void Test02()
 {
     Assert.AreEqual(1.2125, GoingToZeroOrToInfinity.going(6));
 }
Exemple #2
0
 public void Test03()
 {
     Assert.AreEqual(1.173214, GoingToZeroOrToInfinity.going(7));
 }
Exemple #3
0
 public void Test01()
 {
     Assert.AreEqual(1.275, GoingToZeroOrToInfinity.going(5));
 }