subtract
Calculate the difference between two numbers by taking the second value away from the first.
Instructions
Subtract the second number from the first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |