Jump to content

Circular primes: Difference between revisions

m
→‎{{header|Julia}}: remove comment
m (C++ - simplified code)
m (→‎{{header|Julia}}: remove comment)
Line 1,605:
</pre>
=={{header|Julia}}==
Note that the evalpoly function used in this program was added in Julia 1.4
<syntaxhighlight lang="julia">using Lazy, Primes
 
Line 1,641 ⟶ 1,640:
R(49081) is prime.
</pre>
 
=={{header|Kotlin}}==
{{trans|C}}
4,105

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.