binomial(n, k)This computes the number of k-element subsets of a set with n elements.
|
If one of the arguments is a Macaulay2 object, then it is first converted to a Python object.
|
|
The source of this document is in Python/doc/number-theory.m2:32:0.