First time here? Check out the FAQ!
asked 13 years ago
I was wondering if there is a way to calculate n!/(n-k)! in sage without using the factorial(n) method for n and n-k and then dividing.