Primes: n*2^m+1: Difference between revisions

Content added Content deleted
(Added python implementation)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 3,071: Line 3,071:
{{libheader|Wren-gmp}}
{{libheader|Wren-gmp}}
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascript">import "./gmp" for Mpz
<syntaxhighlight lang="wren">import "./gmp" for Mpz
import "./fmt" for Fmt
import "./fmt" for Fmt