예제 #1
0
 def testError4(self):
     self.assertAlmostEqual(lab1.error(100), 4.440892098500626e-16, 10)
예제 #2
0
 def testError2(self):
     self.assertAlmostEqual(lab1.error(2), 0.2182818284590451, 10)
예제 #3
0
 def testError3(self):
     self.assertAlmostEqual(lab1.error(10), 2.7312660133560485e-08, 10)
예제 #4
0
 def testError1(self):
     self.assertAlmostEqual(lab1.error(1), 0.7182818284590451, 10)
예제 #5
0
파일: test_lab1.py 프로젝트: joshgrib/cs115
 def testError4(self):
     self.assertAlmostEqual(lab1.error(100), 4.440892098500626e-16, 10)
예제 #6
0
파일: test_lab1.py 프로젝트: joshgrib/cs115
 def testError3(self):
     self.assertAlmostEqual(lab1.error(10), 2.7312660133560485e-08, 10)
예제 #7
0
파일: test_lab1.py 프로젝트: joshgrib/cs115
 def testError2(self):
     self.assertAlmostEqual(lab1.error(2), 0.2182818284590451, 10)
예제 #8
0
파일: test_lab1.py 프로젝트: joshgrib/cs115
 def testError1(self):
     self.assertAlmostEqual(lab1.error(1), 0.7182818284590451, 10)