减法工具
subtractCalculate the difference between two numbers by subtracting one from another to get precise mathematical results.
Instructions
将两个数字相减并返回结果
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |