Binomial transform: Difference between revisions

Content added Content deleted
(Added Wren)
m (→‎{{header|Wren}}: Removed superfluous import.)
Line 127: Line 127:
{{libheader|Wren-long}}
{{libheader|Wren-long}}
This hard-codes the sequences to be tested as I couldn't see much point in repeating code from the related tasks.
This hard-codes the sequences to be tested as I couldn't see much point in repeating code from the related tasks.
<syntaxhighlight lang="ecmascript">import "./math" for Int
<syntaxhighlight lang="ecmascript">import "./long" for Long, ULong
import "./long" for Long, ULong


class BT {
class BT {