Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 64Fixed17Hard (0.11 sec)

  1. src/strconv/ftoa_test.go

    	{"64Fixed12", 1.23456e-78, 'e', 12, 64},
    	{"64Fixed16", 1.23456e-78, 'e', 16, 64},
    	// From testdata/testfp.txt
    	{"64Fixed12Hard", math.Ldexp(6965949469487146, -249), 'e', 12, 64},
    	{"64Fixed17Hard", math.Ldexp(8887055249355788, 665), 'e', 17, 64},
    	{"64Fixed18Hard", math.Ldexp(6994187472632449, 690), 'e', 18, 64},
    
    	// Trigger slow path (see issue #15672).
    	// The shortest is: 8.034137530808823e+43
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 24 23:50:20 UTC 2022
    - 9.3K bytes
    - Viewed (0)
Back to top