Gaussian primes: Difference between revisions

Content added Content deleted
m (Remove draft tag. Draft for over a year, multiple implementations, little controversy)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,257: Line 1,257:
{{libheader|wren-fmt}}
{{libheader|wren-fmt}}
Plots the points up to a radius of 150 to produce a similar image to the Raku example.
Plots the points up to a radius of 150 to produce a similar image to the Raku example.
<syntaxhighlight lang="ecmascript">import "dome" for Window
<syntaxhighlight lang="wren">import "dome" for Window
import "graphics" for Canvas, Color
import "graphics" for Canvas, Color
import "./plot" for Axes
import "./plot" for Axes