func math/big.pow 2 uses math/big (current package) natconv.go#L43: func pow(x Word, n int) (p Word) { natconv.go#L244: z = z.mulAddWW(z, pow(b1, i), di)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)