2 lines
65 B
Text
2 lines
65 B
Text
|
|
multifactorial2(N,Degree) = reduce(*, [I : I in N..-Degree..1]).
|