subtract
Returns the numeric difference when one value is taken away from another.
Instructions
Subtract the second number from the first (a - b) and return the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first number. | |
| b | Yes | The second number. |