Calculating Remainder with MOD() Formula

How does the MOD() formula work in Stackby, and what does it calculate when returning the remainder after dividing the first argument by the second argument?

Hey,
The MOD() formula in Stackby works by calculating and returning the remainder after dividing the first argument by the second argument.
It can be used for various purposes, such as finding multiples or determining periodic patterns in data.

Example: MOD({Total Items}, 5)