mirror of
https://github.com/golang/go
synced 2024-11-07 14:36:17 -07:00
fcd0e0963f
This operation converts a big.Int to float64, reporting the accuracy of the result, with a fast path in hardware. Fixes #56984 Change-Id: I86d0fb0e105a06a4009986f2f5fd87a4d446f6f9 Reviewed-on: https://go-review.googlesource.com/c/go/+/453115 Reviewed-by: Robert Griesemer <gri@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Alan Donovan <adonovan@google.com>
2 lines
67 B
Plaintext
2 lines
67 B
Plaintext
pkg math/big, method (*Int) ToFloat64() (float64, Accuracy) #56984
|