math/big: add SetUint64 and Uint64 functions to *Int
Implementation is mostly identical to passing a non-negative int64 to SetInt64, and calling Int64 with a non-negative value in the *Int. Fixes #4389. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6929048
Showing
Please register or sign in to comment