median
Need to find the central value in a dataset? Compute the middle number from a non-empty list to get a robust summary.
Instructions
Calculate the median of a non-empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |