go/src/strconv
Nigel Tao b10849fbb9 strconv: add comment re extFloat errorscale
Change-Id: I6f006ba72e1711ba2a24cd71552855ad88284eec
Reviewed-on: https://go-review.googlesource.com/c/go/+/227797
Reviewed-by: Rémy Oudompheng <remyoudompheng@gmail.com>
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2020-04-11 23:08:34 +00:00
..
testdata
atob.go
atob_test.go
atof.go strconv: Speed improvement to number parsing 2019-08-28 03:23:59 +00:00
atof_test.go strconv: accept underscores in ParseInt, ParseUint, ParseFloat 2019-02-12 14:48:24 +00:00
atoi.go strconv: add Unwrap to custom error types 2019-09-30 21:07:51 +00:00
atoi_test.go strconv: add Unwrap to custom error types 2019-09-30 21:07:51 +00:00
decimal.go
decimal_test.go
doc.go strconv: add missing package name into doc.go(godoc overview) 2018-12-30 18:30:11 +00:00
example_test.go strconv: reformat and tidy comments in example 2019-11-11 19:56:33 +00:00
export_test.go
extfloat.go strconv: add comment re extFloat errorscale 2020-04-11 23:08:34 +00:00
fp_test.go
ftoa.go strconv: fix rounding in FormatFloat fallback path 2019-05-23 15:41:19 +00:00
ftoa_test.go strconv: fix rounding in FormatFloat fallback path 2019-05-23 15:41:19 +00:00
internal_test.go
isprint.go unicode: upgrade to Unicode 12 2019-11-05 14:34:56 +00:00
itoa.go strconv: make docs for Itoa and Atoi slightly higher level 2018-12-31 22:48:43 +00:00
itoa_test.go
makeisprint.go
quote.go strconv: stop describing Unicode graphic characters as non-ASCII 2020-01-26 20:38:34 +00:00
quote_test.go all: avoid string(i) where i has type int 2020-02-26 04:38:19 +00:00
strconv_test.go strconv: pre-allocate in appendQuotedWith 2019-04-18 04:30:46 +00:00