Sequence of primorial primes: Difference between revisions

m
(→‎{{header|Phix}}: replaced with gmp version)
Line 2,572:
if found>=20 then exit end if
end for
{p,p1} = mpz_clearmpz_free({p,p1})
state = gmp_randclear(state)</lang>
{{out}}
7,806

edits