Skip to content

Commit 6da426d

Browse files
committed
Restore the requirement for IEEE_754
1 parent 9255115 commit 6da426d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ def testHypot(self):
803803
scale = FLOAT_MIN / 2.0 ** exp
804804
self.assertEqual(math.hypot(4*scale, 3*scale), 5*scale)
805805

806-
#@requires_IEEE_754
806+
@requires_IEEE_754
807807
@unittest.skipIf(HAVE_DOUBLE_ROUNDING,
808808
"hypot() loses accuracy on machines with double rounding")
809809
def testHypotAccuracy(self):

0 commit comments

Comments
 (0)