median
Calculates the median of a list of numbers. Use batch_calc for multiple or chained operations in one call.
Instructions
Calculates the median of a list of numbers. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes | Array of numbers to find the median of |