math/big.Int.SetUint64 (method)
8 uses
math/big (current package)
int.go#L71: func (z *Int) SetUint64(x uint64) *Int {
int.go#L630: x.SetUint64(0)
int.go#L632: x.SetUint64(1)
int.go#L638: y.SetUint64(0)
int.go#L640: y.SetUint64(1)
rat.go#L62: z.a.SetUint64(mantissa)
rat.go#L348: z.a.SetUint64(x)
crypto/rand
util.go#L67: n.Sub(max, n.SetUint64(1))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |