Home | History | Annotate | Download | only in test

Lines Matching refs:e200

598         cases = [0, 0.001, 0.99, 1.0, 1.5, 1e20, 1e200]
605 # 1 << 20000 should exceed all double formats. int(1e200) is to
606 # check that we get equality with 1e200 above.
607 t = int(1e200)