subtract
Compute the difference between two numbers, using the first as the minuend and the second as the subtrahend.
Instructions
Subtract second number from first number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number (minuend) | |
| b | Yes | Second number (subtrahend) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |