Binomial transform: Difference between revisions

m
→‎{{header|Wren}}: Removed superfluous import.
(Added Wren)
m (→‎{{header|Wren}}: Removed superfluous import.)
Line 127:
{{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.
<syntaxhighlight lang="ecmascript">import "./mathlong" for IntLong, ULong
import "./long" for Long, ULong
 
class BT {
9,476

edits