We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edc606 commit 9255115Copy full SHA for 9255115
Lib/test/test_math.py
@@ -803,7 +803,7 @@ def testHypot(self):
803
scale = FLOAT_MIN / 2.0 ** exp
804
self.assertEqual(math.hypot(4*scale, 3*scale), 5*scale)
805
806
- @requires_IEEE_754
+ #@requires_IEEE_754
807
@unittest.skipIf(HAVE_DOUBLE_ROUNDING,
808
"hypot() loses accuracy on machines with double rounding")
809
def testHypotAccuracy(self):
0 commit comments