egttools.distributions.comb¶
- comb(n: SupportsInt | SupportsIndex, k: SupportsInt | SupportsIndex) object¶
Calculate the binomial coefficient C(n, k).
This implementation returns the exact result using multiprecision integers.
Calculate the binomial coefficient C(n, k).
This implementation returns the exact result using multiprecision integers.