-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
math/big: add SetUint64 and Uint64 functions to *Int #4389
Labels
Milestone
Comments
External implementation example: https://github.com/cznic/mathutil/blob/master/mathutil.go#L292 and #L302. It could get simpler and faster when implemented inside "math/big". |
I created CL 6929048 with an implementation and basic tests. Let me know if there's anything that needs changing! https://golang.org/cl/6929048 |
This issue was closed by revision f4fc163. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
The text was updated successfully, but these errors were encountered: