Twin primes: Difference between revisions

m
m (→‎{{header|Phix}}: use pygments, added primesieve version to 1e11)
Line 1,416:
=== using primesieve ===
Windows 64-bit only, unless you can find/make a suitable dll/so.<br>
Note that unlike the above this version of twn_primestwin_primes() carries on from where it left off.
<syntaxhighlight lang="phix">
requires(WINDOWS)
7,806

edits