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