Descriptionstrconv: fix documentation
Also: minor performance fix for large precision results.
benchmark old ns/op new ns/op delta
strconv_test.BenchmarkFormatFloatDecimal 2734 2734 +0.00%
strconv_test.BenchmarkFormatFloat 3141 3139 -0.06%
strconv_test.BenchmarkFormatFloatExp 8970 8989 +0.21%
strconv_test.BenchmarkFormatFloatBig 3228 3208 -0.62%
Fixes issue 2535.
Patch Set 1 #Patch Set 2 : diff -r 65221f097b81 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 65221f097b81 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 65221f097b81 https://go.googlecode.com/hg/ #
Total comments: 4
Patch Set 5 : diff -r 65221f097b81 https://go.googlecode.com/hg/ #Patch Set 6 : diff -r 006614d062ad https://go.googlecode.com/hg/ #MessagesTotal messages: 5
|