subtract
Perform subtraction by deducting the second number from the first. Input two numerical values, and the tool calculates the difference, returning the result efficiently.
Instructions
Subtract the second number from the first.
Args:
a: Number to subtract from
b: Number to subtract
Returns:
The result of a - bInput Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |