formatting

This commit is contained in:
Erik Osheim 2022-02-08 22:21:54 -05:00
parent 4817b38663
commit ed484be3c2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
( Uses a simple trial-divion method to find primes. )
( )
( To determine if x is prime we: )
( )
( 1. Check if x is 2 (prime) )
( 2. Check if x is even (not prime) )
( 3. Check if x is 3 (prime) )