Stirling numbers of the first kind: Difference between revisions

m
(Easylang)
Line 475:
<syntaxhighlight lang="easylang">
print "Unsigned Stirling numbers of the first kind:"
len a[] 13 ; arrbase a[] 0
len b[] 13 ; arrbase b[] 0
len a[] 13
len b[] 13
a[0] = 1
print 1
2,078

edits