MCPcopy Create free account
hub / github.com/andeya/algorithm / PowerizeUint32BigInt

Function PowerizeUint32BigInt

mathutil/mathutil.go:458–478  ·  view source on GitHub ↗

PowerizeUint32BigInt returns (e, p) such that e is the smallest number for which p == b^e is greater or equal n. For n < 0 or b < 2 (0, nil) is returned. More info: see PowerizeBigInt.

(b uint32, n *big.Int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TestPowerizeUint32BigIntFunction · 0.85

Calls 3

PowerizeBigIntFunction · 0.85
CmpMethod · 0.80
MulMethod · 0.45

Tested by 2

TestPowerizeUint32BigIntFunction · 0.68