np_divide
Divide two arrays element-wise, returning the quotient for each pair of corresponding elements.
Instructions
Element-wise division of two arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First input array (dividend). | |
| b | Yes | Second input array (divisor). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |