Math Subtract
Subtract two or more numbers.
This node subtracts the input numbers from the first number.
Example:#
- Input:
10, 2, 3
Results in the subtraction of 10 - 2 - 3.
- Output:
5
Inputs#
| Port | Description |
|---|---|
| A set of numbers with the first as the minuend and the rest as subtrahends. |
Outputs#
| Port | Description |
|---|---|
| The result of the subtraction. |
ID: math-subtract@v1