Home
last modified time | relevance | path

Searched refs:negative_exp (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_strtod.py273 def negative_exp(n): function
280 self.assertEqual(float(negative_exp(10000)), 1.0)
281 self.assertEqual(float(negative_exp(20000)), 1.0)
282 self.assertEqual(float(negative_exp(30000)), 1.0)
/external/python/cpython3/Lib/test/
Dtest_strtod.py271 def negative_exp(n): function
278 self.assertEqual(float(negative_exp(10000)), 1.0)
279 self.assertEqual(float(negative_exp(20000)), 1.0)
280 self.assertEqual(float(negative_exp(30000)), 1.0)