MCPcopy Create free account
hub / github.com/PacktPublishing/Learning-Go-Programming / isPrime

Function isPrime

ch05/funcs.go:46–55  ·  view source on GitHub ↗

isPrime tests number n for primality using the "trial division" method to test all factors up to Sqrt(n)

(n int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected