]> Cypherpunks.ru repositories - gostls13.git/commit
math/big: rename Int.ToFloat64 to Float64
authorAlan Donovan <adonovan@google.com>
Thu, 1 Jun 2023 22:29:57 +0000 (18:29 -0400)
committerAlan Donovan <adonovan@google.com>
Fri, 2 Jun 2023 14:22:24 +0000 (14:22 +0000)
commitfdbc66d6ddd605c49c13261e423bb8a862eca3a2
tree914cb34a6c157d6ec8e143fd36f16dca7b344663
parentc71cbd544e3da139badd4c03612af41b63711705
math/big: rename Int.ToFloat64 to Float64

The "To" prefix was a relic of the first draft
that I failed to make consistent with the unprefixed
name used in the proposal. Fortunately iant spotted
it during the API audit.

Updates #56984
Updates #60560

Change-Id: Ifa6eeddf6dd5f0637c0568e383f9a4bef88b10f9
Reviewed-on: https://go-review.googlesource.com/c/go/+/500116
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Alan Donovan <adonovan@google.com>
api/go1.21.txt
doc/go1.21.html
src/math/big/int.go
src/math/big/int_test.go