Math Modulo
Calculate the modulo of two numbers.
This node calculates the modulo of the input numbers.
Example:#
- Input:
10, 3
Results in the calculation of 10 % 3
.
- Output:
1
Inputs#
Port | Description |
---|---|
The first number. | |
The second number. |
Outputs#
Port | Description |
---|---|
The result of the modulo calculation. |
ID: math-modulo@v1