diff options
Diffstat (limited to 'src/math/big/float_test.go')
| -rw-r--r-- | src/math/big/float_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/big/float_test.go b/src/math/big/float_test.go index bb045a0b48..cc842754b5 100644 --- a/src/math/big/float_test.go +++ b/src/math/big/float_test.go @@ -519,7 +519,7 @@ func TestFloatRound(t *testing.T) { } // TestFloatRound24 tests that rounding a float64 to 24 bits -// matches IEEE-754 rounding to nearest when converting a +// matches IEEE 754 rounding to nearest when converting a // float64 to a float32 (excluding denormal numbers). func TestFloatRound24(t *testing.T) { const x0 = 1<<26 - 0x10 // 11...110000 (26 bits) |
