Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fffffffffffff7fffp1023i (0.11 sec)

  1. src/strconv/atof_test.go

    	// the border is ...158079
    	// borderline - okay
    	{"1.7976931348623158e308", "1.7976931348623157e+308", nil},
    	{"-1.7976931348623158e308", "-1.7976931348623157e+308", nil},
    	{"0x1.fffffffffffff7fffp1023", "1.7976931348623157e+308", nil},
    	{"-0x1.fffffffffffff7fffp1023", "-1.7976931348623157e+308", nil},
    	// borderline - too large
    	{"1.797693134862315808e308", "+Inf", ErrRange},
    	{"-1.797693134862315808e308", "-Inf", ErrRange},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
Back to top