subtract
Subtracts the second number from the first number to compute their difference.
Instructions
Subtracts the second number from the first number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minuend | Yes | The number to subtract from (minuend) | |
| subtrahend | Yes | The number being subtracted (subtrahend) |