Legendre prime counting function: Difference between revisions

m
(→‎{{header|Phix}}: added a non recursive partial sieve version)
Line 2,855:
</pre>
<small>(It is about 4 times slower under pwa/p2js so output is limited to 10^8, unless you like staring at a blank screen for 52s)</small>
=== Non-recuriverecursive partial sieve ===
<!--<syntaxhighlight lang="phix">(phixonline)-->
<span style="color: #008080;">with</span> <span style="color: #008080;">javascript_semantics</span>
7,794

edits