Goldbach's comet: Difference between revisions

Content added Content deleted
(Added Gambas and Yabasic)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,671: Line 1,671:
{{libheader|Wren-plot}}
{{libheader|Wren-plot}}
This follows the Raku example in plotting the first two thousand G values rather than the values up to G(2000) in order to produce an image something like the image in the Wikipedia article.
This follows the Raku example in plotting the first two thousand G values rather than the values up to G(2000) in order to produce an image something like the image in the Wikipedia article.
<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 "./math2" for Int
import "./math2" for Int