Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fffffffffffff8p2147483646 (0.1 sec)

  1. src/math/big/float_test.go

    		{"0x1.fffffffffffff4p1023", math.MaxFloat64, Below},
    
    		// overflow
    		{"0x1.fffffffffffff8p1023", math.Inf(+1), Above},
    		{"0x1p1024", math.Inf(+1), Above},
    		{"1e10000", math.Inf(+1), Above},
    		{"0x1.fffffffffffff8p2147483646", math.Inf(+1), Above}, // overflow in rounding
    		{"Inf", math.Inf(+1), Exact},
    
    		// selected denormalized values that were handled incorrectly in the past
    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