subtract
Deducts the second number from the first and returns the numeric difference.
Instructions
Subtract the second number from the first.
Args: a: The number to subtract from. b: The number to subtract.
Returns: The result of a minus b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |