is_divisible
Check if a number is divisible by another number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | The number to check | |
| divisor | Yes | The divisor |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| error | No | ||
| number | No | ||
| divisor | No | ||
| remainder | No | ||
| is_divisible | No |