sympy_binomial
Compute the binomial coefficient C(n,k) for non-negative integers n and k using symbolic mathematics.
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 |