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

Function ModPowUint32

mathutil/mathutil.go:280–296  ·  view source on GitHub ↗

ModPowUint32 computes (b^e)%m. It panics for m == 0 || b == e == 0.

(b, e, m uint32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

IsPrimeFunction · 0.85
TestModPowUint32Function · 0.85
BenchmarkModPowUint32Function · 0.85
ProbablyPrimeUint32Function · 0.85

Calls

no outgoing calls

Tested by 2

TestModPowUint32Function · 0.68
BenchmarkModPowUint32Function · 0.68