ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: comb

comb(n, k) = n!/(k! ⋅ (n−k)!) returns the number of subsets with k elements that can be created using elements from a set of n elements.

comb(n, k) is also known as a binomial coefficient. It is required that k ∈ [0, n].