BinomialCoefficientTable

Precalculated binomial coefficient table

Members

Functions

binomialCoefficient
T binomialCoefficient(size_t n, size_t k)
Undocumented in source. Be warned that the author may not have intended to support it.
multisetCoefficient
T multisetCoefficient(size_t n, size_t k)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

generate
typeof(this) generate()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

table
T[maxK + 1][maxN + 1] table;
Undocumented in source.

Meta