Factorial primes: Difference between revisions

→‎{{header|jq}}: factorial primes
(→‎{{header|jq}}: factorial primes)
Line 141:
has sufficient accuracy to compute the first 10 factorial primes.
However, the implementation of `is_prime` used here is not sufficiently
fast to compute more than the first 10 factorial primes in a reasonable amount of time.
 
<syntaxhighlight lang="jq">
2,462

edits