Skip to main content
Version: 5.x

Nodes > Math > Common > Mod

Mod

Returns the value of A modulo Divider. In other words, it returns the remainder after dividing A by Divider.

Inputs

NameTypeDescription
AfloatValue to modulo
DividerfloatModulo to apply

Outputs

NameTypeDescription
mod( A, Divider )floatRemainder of A / Divider
Was this page helpful?
Yes
No