math_modulo
Compute the remainder of dividing one number by another and return an error when the divisor is zero.
Instructions
Return the remainder of a divided by b. Returns an error if b is zero.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |