min
Computes the minimum value from an array of numbers. Input a list of numeric values to obtain the smallest number.
Instructions
Finds the minimum value from a list of numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes | Array of numbers to find the minimum of |