math/big.Int.Text (method)
3 uses
math/big (current package)
intconv.go#L21: func (x *Int) Text(base int) string {
intconv.go#L40: return x.Text(10)
natmul.go#L336: neg, s, t := "", x.Text(16), ""
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)