subtract
Calculate the difference by subtracting the second number from the first. Use this tool to perform quick subtraction operations with clear input and output parameters.
Instructions
Subtract the second number from the first.
Args: a: Number to subtract from b: Number to subtract
Returns: The result of a - b
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | ||
b | Yes |