Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fffffe0p127 (0.51 sec)

  1. src/math/big/float_test.go

    		{"1", 1, Exact},
    		{"1.000000000000000000001", 1, Below},
    		{"12345.0", 12345, Exact},
    		{"12345.000000000000000000001", 12345, Below},
    		{"0x1.fffffe0p127", math.MaxFloat32, Exact},
    		{"0x1.fffffe8p127", math.MaxFloat32, Below},
    
    		// overflow
    		{"0x1.ffffff0p127", float32(math.Inf(+1)), Above},
    		{"0x1p128", float32(math.Inf(+1)), Above},
    		{"1e10000", float32(math.Inf(+1)), Above},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
Back to top