binomial(n,k)
|
|
When either n or k are not ZZ objects, the Gamma function is used, i.e., $\binom{n}{k} = \frac{\Gamma(n + 1)}{\Gamma(k + 1)\Gamma(n - k + 1)}$.
|
A polynomial may also be used for n.
|
|
The object binomial is a method function.
The source of this document is in Macaulay2Doc/functions/binomial-doc.m2:36:0.