<meta charset="utf-8"><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: medium; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><pre style="font-family: monospace; margin-left: 3em; font-size: 12px; ">
&quot;In fact 1 (integer one) is by definition NOT a prime number
see <a href="http://primes.utm.edu/" style="color: rgb(0, 0, 96); ">http://primes.utm.edu/</a>&quot;</pre><pre style="font-family: monospace; margin-left: 3em; font-size: 12px; "><br></pre><pre style="font-family: monospace; margin-left: 3em; font-size: 12px; ">
Yea, I had a feeling somebody was going to say this. As a non-math person, it seems obvious to me that 1 would be a prime. That it is a prime doesn&#39;t change for me that the old design of isPrime in 3.10.2 was not to my liking. If I give isPrime a list of numbers to check. It should give a judgement on whether it is or isn&#39;t prime. It shouldn&#39;t say &quot;I&#39;ll stop on 1, because.... it&#39;s not a prime!&quot; 4 isn&#39;t a prime either. Should it stop there? Clearly the designers of the new Trunk isPrime didn&#39;t think so. The old implementation created confusion for me, where, rightfully, I don&#39;t think there should have been any.</pre>
<pre style="font-family: monospace; margin-left: 3em; font-size: 12px; "><br></pre><pre style="font-family: monospace; margin-left: 3em; font-size: 12px; ">Chris 


<br></pre></span>