]> Cypherpunks.ru repositories - gostls13.git/commit
math/big: document that Rat.SetString accepts _decimal_ float representations
authorRobert Griesemer <gri@golang.org>
Thu, 17 Jan 2019 22:49:30 +0000 (14:49 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 17 Jan 2019 23:04:06 +0000 (23:04 +0000)
commit33caf3be833ba1fe9b74aa4c314f5b82bb696b86
treeac3ebd3fdca9fbbcb2db5e1493f8c1767549ebd6
parent6e9f664b9a68f2de84be9697c6ac851c7c7e1c26
math/big: document that Rat.SetString accepts _decimal_ float representations

Updates #29799.

Change-Id: I267c2c3ba3964e96903954affc248d0c52c4916c
Reviewed-on: https://go-review.googlesource.com/c/158397
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/math/big/ratconv.go