Math Divide
Divides two or more numbers.
This node divides the first number by the other input numbers. If one of the divisors is zero, the output will be 0
.
Example:#
- Input:
100, 10, 5
Results in the division of 100 / 10 / 5
.
- Output:
2
Inputs#
Port | Description |
---|---|
A set of numbers with the first as the numerator and the rest as divisors. |
Outputs#
Port | Description |
---|---|
The result of the division. |
ID: math-divide@v1