Jump to content

Summation of primes: Difference between revisions

m
typo
(Added Quackery.)
m (typo)
Line 571:
{{Out}}
<pre>142913828922</pre>
 
<code>eratosthenes</code> and <code>isprime</code> are defined at[[Sieve of Eratosthenes#Quackery]].
 
=={{header|Quackery}}==
 
<code>eratosthenes</code> and <code>isprime</code> are defined at[[Sieve of Eratosthenes#Quackery]].
 
<syntaxhighlight lang="Quackery"> 2000000 eratosthenes
1,462

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.