Twin primes: Difference between revisions

m
Line 817:
This REXX version has some optimization for prime generation.
 
This version won't return a correct value (for the number of twin pairs) for a limit < 73 &nbsp; (because of the manner in which low
primes are generated).
<lang rexx>/*REXX pgm counts the number of twin prime pairs under a specified number N (or a list).*/