math_subtract
Subtract number b from number a and return the difference for arithmetic calculations.
Instructions
Subtract b from a and return the difference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |