subtract
Calculate the mathematical difference between two finite numeric operands, returning the result of the second value taken from the first.
Instructions
Subtract b from a: a - b. Both operands must be finite numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |