Polynomial synthetic division: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
m (→‎{{header|Wren}}: Minor tidy)
Line 955: Line 955:
{{trans|Kotlin}}
{{trans|Kotlin}}
{{libheader|Wren-dynamic}}
{{libheader|Wren-dynamic}}
<syntaxhighlight lang="ecmascript">import "/dynamic" for Tuple
<syntaxhighlight lang="wren">import "./dynamic" for Tuple


var Solution = Tuple.create("Solution", ["quotient", "remainder"])
var Solution = Tuple.create("Solution", ["quotient", "remainder"])