binomialCoefficient
Calculate binomial coefficients (n choose k) for combinatorial mathematics problems, determining the number of ways to choose k items from n items without regard to order.
Instructions
计算二项式系数 (n choose k)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| k | Yes |