subtract
Subtract one number from another to get the exact difference. Input two numeric values, a and b, and receive the result of a minus b.
Instructions
Subtract b from a
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |