Diophantine linear system solving: Difference between revisions

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