Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 64Fixed16 (0.07 sec)

  1. src/strconv/ftoa_test.go

    	{"32Fixed8Hard", math.Ldexp(15961084, -125), 'e', 8, 32},
    	{"32Fixed9Hard", math.Ldexp(14855922, -83), 'e', 9, 32},
    
    	{"64Fixed1", 123456, 'e', 3, 64},
    	{"64Fixed2", 123.456, 'e', 3, 64},
    	{"64Fixed3", 1.23456e+78, 'e', 3, 64},
    	{"64Fixed4", 1.23456e-78, 'e', 3, 64},
    	{"64Fixed12", 1.23456e-78, 'e', 12, 64},
    	{"64Fixed16", 1.23456e-78, 'e', 16, 64},
    	// From testdata/testfp.txt
    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