(self)
| 278 | eq=lambda x, y: x - y < 0.000001) |
| 279 | |
| 280 | def testDouble(self): |
| 281 | self._test("double", 0, 1, 2, 3, 0.1, 0.2, 0.3, -1, -2, -3, -0.1, -0.2, -0.3) |
| 282 | |
| 283 | def testBinary(self): |
| 284 | self._test("binary", str2bin("this"), str2bin("is"), str2bin("a"), str2bin("test"), |