np_mod
Compute element-wise remainder of division between two arrays.
Instructions
Element-wise modulo 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 |