Circular primes: Difference between revisions

m
→‎Wren-cli: Minor tidy
m (→‎Wren-cli: Minor tidy)
Line 3,127:
===Wren-cli===
Second part is very slow - over 37 minutes to find all four.
<syntaxhighlight lang="ecmascriptwren">import "./math" for Int
import "./big" for BigInt
import "./str" for Str
var circs = []
Line 3,204:
</pre>
<br>
 
===Embedded===
{{libheader|Wren-gmp}}
9,482

edits