running tests:
~/.local/bin/py.test-3.3 test
...snip...
test/test_float.py:221: in test_ceil
self.assertEqual(math.ceil(ibm), i + 1)
E AssertionError: -16777216 != -16777215
...snip...
test/test_float.py:221: in test_ceil
self.assertEqual(math.ceil(ibm), i + 1)
E AssertionError: -16777216 != -16777215
...snip...
running tests: ~/.local/bin/py.test-3.3 test ...snip... test/test_float.py:221: in test_ceil self.assertEqual(math.ceil(ibm), i + 1) E AssertionError: -16777216 != -16777215 ...snip... test/test_float.py:221: in test_ceil self.assertEqual(math.ceil(ibm), i + 1) E AssertionError: -16777216 != -16777215 ...snip...