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