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