MCPcopy Create free account
hub / github.com/cockroachdb/apd / SetUint64

Method SetUint64

bigint.go:903–906  ·  view source on GitHub ↗

SetUint64 calls (big.Int).SetUint64.

(x uint64)

Source from the content-addressed store, hash-verified

901
902// SetUint64 calls (big.Int).SetUint64.
903func (z *BigInt) SetUint64(x uint64) *BigInt {
904 z.updateInnerFromUint64(x, false)
905 return z
906}
907
908// Sign calls (big.Int).Sign.
909func (z *BigInt) Sign() int {

Callers 3

bigint_test.goFile · 0.80
ReduceMethod · 0.80

Calls 1

updateInnerFromUint64Method · 0.95

Tested by 1