subtract
Calculates the difference between two numbers by deducting the second value from the first. Use batch_calc for chained operations.
Instructions
Subtracts the second number from the first. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minuend | Yes | The number to subtract from (minuend) | |
| subtrahend | Yes | The number being subtracted (subtrahend) |