Esempio n. 1
0
 def test_2(self):
     self.assertEqual(hfmath.dBinv(20), 10)
Esempio n. 2
0
 def test_3(self):
     self.assertEqual(hfmath.dBinv(-20), 0.1)
Esempio n. 3
0
 def test_1(self):
     self.assertEqual(hfmath.dBinv(0), 1)