powered by
Computes the descending (falling) factorial of a positive integer n with respect to a positive integer k less or equal to n.
ff( n, k )
integer
descending factorial
ff(n, k) returns n(n-1)(n-2).....(n-k+1).
mkmSet, umSet, countP, nStirling2, intPart, mCoeff
mkmSet
umSet
countP
nStirling2
intPart
mCoeff
# NOT RUN { # Return 6*5*4 = 120 ff(6,3) # }
Run the code above in your browser using DataLab