Modulo
Applies the module operation to two numbers, i.e., returns the remainder of the division of the first number divided by the second. Example: 5 mod 2 yields 1.
Reference
Parameters
components
list
Only the first two numbers will be used.
Component data2-core-primitives@Number