]> Cypherpunks repositories - gostls13.git/commit
doc/go1.13: document _ between digits for math/big, strconv
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Wed, 21 Aug 2019 05:09:31 +0000 (23:09 -0600)
committerRobert Griesemer <gri@golang.org>
Wed, 21 Aug 2019 18:39:21 +0000 (18:39 +0000)
commite764432605cb26478067890b49f4f16019c9a9b9
tree8973b881355fc267c74790548eca33fba2ccba31
parenteee07a8e685e72c287ca4a0e7a049ce941ef6ab3
doc/go1.13: document _ between digits for math/big, strconv

Document that:
* math/big.Float.Parse
* math/big.Int.SetString
* strconv.ParseFloat
* strconv.ParseInt
* strconv.ParseUint
now accept underscores to group digits only if base = 0,
as per the Go 2 language changes.

Updates #32815

Change-Id: Id45bd803a18442436419739297e8aed0d32ca56c
Reviewed-on: https://go-review.googlesource.com/c/go/+/191077
Reviewed-by: Robert Griesemer <gri@golang.org>
doc/go1.13.html