mod
Calculate the remainder when dividing one integer by another to check divisibility or find cycle positions.
Instructions
Calculate remainder (余数) when a is divided by b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |