Modulo is the remainder (remaining whole number) after input a is divided by input b. Returns null if a or b doesn't evaluate to number.
In the example below (14 divided by 3), 3 goes into 14 four times to equal the number 12, which leaves a remainder of 2 (14-12=2).