Nodes > Math > Common > Mod
Returns the value of A modulo Divider. In other words, it returns the remainder after dividing A by Divider.
Inputs
Name | Type | Description |
---|---|---|
A | float | Value to modulo |
Divider | float | Modulo to apply |
Outputs
Name | Type | Description |
---|---|---|
mod( A, Divider ) | float | Remainder of A / Divider |
Was this page helpful?