binomial
Returns the binomial coefficient of n choose k.
Return
The number of ways to choose k items from n items
Parameters
n
The number of items
k
The number of items to choose
Throws
If k is negative or k is greater than n
Returns the binomial coefficient of n choose k.
The number of ways to choose k items from n items
The number of items
The number of items to choose
If k is negative or k is greater than n