Factorial primes: Difference between revisions

Content added Content deleted
(→‎{{header|jq}}: factorial primes)
Line 141: Line 141:
has sufficient accuracy to compute the first 10 factorial primes.
has sufficient accuracy to compute the first 10 factorial primes.
However, the implementation of `is_prime` used here is not sufficiently
However, the implementation of `is_prime` used here is not sufficiently
fast to compute more than the first 10 primes in a reasonable amount of time.
fast to compute more than the first 10 factorial primes in a reasonable amount of time.


<syntaxhighlight lang="jq">
<syntaxhighlight lang="jq">