Math Op
Perform basic arithmetic operations.
This node performs basic arithmetic operations (addition, subtraction, multiplication, and division) on two input numbers based on the selected operator.
Example:#
- Input:
5, 3
with operator+
Results in the operation of 5 + 3
.
- Output:
8
Inputs#
Port | Description |
---|---|
The first number. | |
The arithmetic operator to use. | |
The second number. |
Outputs#
Port | Description |
---|---|
The result of the arithmetic operation. |
ID: math-op@v1