np_subtract
Subtract two arrays element-wise. Takes two numeric arrays and returns the element-wise difference.
Instructions
Element-wise subtraction of two arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First input array. | |
| b | Yes | Second input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |