$mod
The$mod operator returns the remainder after dividing the first numeric value by the second numeric value.
Input
- An array containing exactly two numeric values (dividend and divisor)
Output
- The remainder after division (first % second)
Examples
Basic Modulo
1
Field Value Modulo
Decimal Modulo
4.1

