Math Op
Ce contenu n’est pas encore disponible dans votre langue.
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:
Section titled “Example:”- Input:
5, 3with operator+
Results in the operation of 5 + 3.
- Output:
8
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| The first number. | |
| The arithmetic operator to use. | |
| The second number. |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| The result of the arithmetic operation. |
ID: core/math-op@v1