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 9d14505 commit 7350b25Copy full SHA for 7350b25
Lib/test/test_math.py
@@ -1978,7 +1978,7 @@ def testIsnormal(self):
1978
self.assertFalse(math.isnormal(FLOAT_MIN/2))
1979
self.assertFalse(math.isnormal(-FLOAT_MIN/2))
1980
1981
- def testIsnormal(self):
+ def testIssubnormal(self):
1982
self.assertFalse(math.issubnormal(1.25))
1983
self.assertFalse(math.issubnormal(-1.0))
1984
self.assertFalse(math.issubnormal(0.0))
0 commit comments