]> Cypherpunks repositories - gostls13.git/commit
math/big: better doc string for Float.Copy, add example test
authorRobert Griesemer <gri@golang.org>
Tue, 4 Jun 2024 22:14:39 +0000 (15:14 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 6 Jun 2024 15:46:54 +0000 (15:46 +0000)
commit1831437f197d43608c8086dc42530a89d975aba2
tree31ba80a5152e02ec7aa280ae6d4c807b0ca95897
parent45967bb18e04fa6dc62c2786c87ce120443c64f6
math/big: better doc string for Float.Copy, add example test

Fixes #66358.

Change-Id: Ic9bde88eabfb2a446d32e1dc5ac404a51ef49f11
Reviewed-on: https://go-review.googlesource.com/c/go/+/590635
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
src/math/big/float.go
src/math/big/floatexample_test.go