max
Computes the peak value from a list of numbers to help with comparisons, ranking, and threshold checks.
Instructions
Finds the maximum value from 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 maximum of |