binomial
Compute the binomial coefficient C(n,k) for given non-negative integers n and k.
Instructions
Compute the binomial coefficient C(n,k).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | Yes | Non-negative integer. | |
| n | Yes | Non-negative integer. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |