Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 388608e6 (0.19 sec)

  1. test/fixedbugs/bug120.go

    	// This is not going to be correct until 6g has multiprecision floating point.
    	// A simpler case is "1e23+1", which should also round to 1e23+8388608.
    	Test{1e23 + 8.388608e6, "1e23+8.388608e6", "1.0000000000000001e+23"},
    	Test{1e23 + 1, "1e23+1", "1.0000000000000001e+23"},
    }
    
    func main() {
    	ok := true
    	for i := 0; i < len(tests); i++ {
    		t := tests[i]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 1.8K bytes
    - Viewed (0)
Back to top