HomeSort by relevance Sort by last modified time
    Searched refs:modf_nan (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_math.py 640 modf_nan = math.modf(NAN)
641 self.assertTrue(math.isnan(modf_nan[0]))
642 self.assertTrue(math.isnan(modf_nan[1]))
    [all...]
  /external/python/cpython2/Lib/test/
test_math.py 646 modf_nan = math.modf(NAN)
647 self.assertTrue(math.isnan(modf_nan[0]))
648 self.assertTrue(math.isnan(modf_nan[1]))
    [all...]
  /external/python/cpython3/Lib/test/
test_math.py     [all...]

Completed in 127 milliseconds