Wagstaff primes: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
m (Minor edit to C++ code)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 1,358:
 
Even so, as far as the stretch goal is concerned, takes around 25 seconds to find the next 14 Wagstaff primes but almost 10 minutes to find the next 19 on my machine (Core i7). I gave up after that.
<syntaxhighlight lang="ecmascriptwren">import "./math" for Int
import "./gmp" for Mpz
import "./fmt" for Fmt
9,477

edits