Special factorials: Difference between revisions

m
(added Arturo)
Line 250:
=={{header|Arturo}}==
 
<syntaxhighlight lang="arturo">;super: Rosetta$ Code=> task[fold.seed:1 1..& [x y] -> x * "Specialfactorial factorials"y]
; https://rosettacode.org/wiki/Special_factorials
 
super: $ => [fold.seed:1 1..& [x y] -> x * factorial y]
 
hyper: $ => [fold.seed:1 1..& [x y] -> x * y^y]
1,532

edits