max
Find the maximum value from a list of numbers. Input an array to identify the largest number.
Instructions
Finds the maximum value from a list of numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes | Array of numbers to find the maximum of |