np_min
Returns the minimum value of an array or identifies the minimum element along a specified axis.
Instructions
Return the minimum of an array or minimum along an axis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. | |
| axis | No | Axis along which to find minimum (default: None, min of all). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |