Diophantine linear system solving: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m syntax highlighting fixup automation
PureFox (talk | contribs)
m →‎{{header|Wren}}: Wren-trait -> Wren-iterate
Line 1,676:
{{libheader|Wren-ioutil}}
{{libheader|Wren-complex}}
{{libheader|Wren-traititerate}}
{{libheader|Wren-seq}}
Results are the same as the FreeBASIC entry though I've just shown those for the first and last examples.
Line 1,683:
<syntaxhighlight lang="ecmascript">import "./ioutil" for Input
import "./complex" for Complex
import "./traititerate" for Stepped
import "./seq" for Lst