Returns the modulus (remainder) value of the two arguments.
mod(5, 3) Since 5/3 results in 1 with a remainder of 2, this command returns 2.
/ and ./.