I have a question for you guys.
I've attached an excel document with "Quick's Prime Test"
The question is, how often (excluding 2, 3, and 5) does it mess up?
If you can't read excel then I'll put tell you how it works...
Alright![]()
Anyway "Quick's Primality Algorithm" works in 6 steps (is the # being tested).
1. isa whole #? (if yes, it's not prime. If no, go on)
2. isa whole #? (if yes, it's not prime. If no, go on)
3. isa whole #? (if yes, go to step 5. If no, go to step 4)
4. isa whole #? (if yes, go to step 5. If no, it's not prime)
5. isa whole #? (if yes, it's prime. If no, go to step 6)
6. isa whole #? (if yes, it's prime. If no, it's not prime)