Math Modulo
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Calculate the modulo of two numbers.
This node calculates the modulo of the input numbers.
Example:
Section titled “Example:”- Input:
10, 3
Results in the calculation of 10 % 3.
- Output:
1
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| The first number. | |
| The second number. |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| The result of the modulo calculation. |
ID: core/math-modulo@v1