Calculate the Binomial coefficient n choose k.
Size of the set to choose from.
Number of elements to choose.
The number of ways to choose k (unordered) elements from a set size n, or 0 when k is outside the range [0, n].
k
n
0
[0, n]
Calculate the Binomial coefficient n choose k.