np_abs
Compute the absolute value of each element in a numerical array element-wise.
Instructions
Calculate the absolute value of array elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |