Combinations with repetitions/Square digit chain: Difference between revisions

m
m (syntax highlighting fixup automation)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 690:
{{libheader|Wren-big}}
As Wren doesn't have 64 bit integers, it is necessary to use BigInt here to process k = 17.
<syntaxhighlight lang="ecmascriptwren">import "./big" for BigInt
 
var endsWithOne = Fn.new { |n|
9,476

edits