subtract
Subtract integer B from integer A and get the difference. Performs integer subtraction for arithmetic operations.
Instructions
Subtracts integer B from integer A and returns the difference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The number to subtract from | |
| b | Yes | The amount to subtract |