modulo
Calculate the remainder of a division using a numerator and denominator. Use for finding leftover values; for several or chained operations, call batch_calc.
Instructions
Returns the remainder of a division. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numerator | Yes | The number being divided (numerator) | |
| denominator | Yes | The number to divide by (denominator) |