https://github.com/golang/go/blob/13f179b9c8c3b9d9066e71d0a69cff8c0876098b/src/strconv/atof_test.go#L50 The code ``` {"0x1ep-1", "15", nil} ``` Should be ``` {"0x1ep-1", "0.9375", nil} ```