1
0
mirror of https://github.com/golang/go synced 2024-11-17 18:44:44 -07:00
go/src/strconv
Alex Myasoedov 203b80ab86 strconv: Document ParseFloat's special cases
Updates #30990

Change-Id: I968fb13251ab3796328089046a3f0fc5c7eb9df9
Reviewed-on: https://go-review.googlesource.com/c/go/+/174204
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Run-TryBot: Benny Siegert <bsiegert@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-04-29 11:07:31 +00:00
..
testdata
atob_test.go
atob.go
atof_test.go
atof.go
atoi_test.go strconv: remove use of DeepEqual for testing errors 2019-02-27 18:23:19 +00:00
atoi.go
decimal_test.go
decimal.go
doc.go
example_test.go strconv: Document ParseFloat's special cases 2019-04-29 11:07:31 +00:00
export_test.go
extfloat.go strconv: simplify (*extFloat).Multiply using math/bits.Mul64 2019-03-04 22:25:21 +00:00
fp_test.go
ftoa_test.go
ftoa.go
internal_test.go
isprint.go all: update to Unicode 11 2019-04-25 20:33:22 +00:00
itoa_test.go
itoa.go
makeisprint.go
quote_test.go
quote.go strconv: pre-allocate in appendQuotedWith 2019-04-18 04:30:46 +00:00
strconv_test.go strconv: pre-allocate in appendQuotedWith 2019-04-18 04:30:46 +00:00