isPrime tests number n for primality using the "trial division" method to test all factors up to Sqrt(n)
(n int)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected