sympy_binomial
Compute binomial coefficients for combinatorial calculations using non-negative integers n and k.
Instructions
Binomial coefficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Non-negative integer | |
| k | Yes | Non-negative integer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |