math/big.nat.expNN (method)
6 uses
math/big (current package)
int.go#L509: z.abs = z.abs.expNN(xWords, yWords, mWords)
nat.go#L1224: func (z nat) expNN(x, y, m nat) nat {
natconv.go#L456: return z.expNN(nat(nil).setWord(x), nat(nil).setWord(y), nil)
prime.go#L106: y = y.expNN(x, q, n)
ratconv.go#L172: pow5 := z.b.abs.expNN(natFive, nat(nil).setWord(Word(n)), nil) // use underlying array of z.b.abs
ratconv.go#L343: p = nat(nil).expNN(natTen, nat(nil).setUint64(uint64(prec)), nil)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |