]> Cypherpunks repositories - gostls13.git/commit
math/big: shallow copies of Int/Rat/Float are not supported (documentation)
authorRobert Griesemer <gri@golang.org>
Mon, 29 Oct 2018 17:24:05 +0000 (10:24 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 29 Oct 2018 18:23:31 +0000 (18:23 +0000)
commitc86d4647348b420f55d4ce7572c4cd93b20a1d4a
treeada8931ce5d603e33c439b47871a7d4dd4e46892
parent9ce87a63b9f440b452ada1ff89ccb1c4f3ca919f
math/big: shallow copies of Int/Rat/Float are not supported (documentation)

Fixes #28423.

Change-Id: Ie57ade565d0407a4bffaa86fb4475ff083168e79
Reviewed-on: https://go-review.googlesource.com/c/145537
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/math/big/float.go
src/math/big/int.go
src/math/big/rat.go