rem()Finds the remainder after dividing two numbers.
This function is valid in v2.12.0 to v2.24.3. This function has been downloaded 70 times.number2.number1.number1 and number2 are given number1 will be divided by number2 and the remainder will be returned. Otherwise a partial function will be returned which when called will accept one number and will return the remainder of dividing the number passed to the partial function by number1.This function directly requires the following function which is included automatically:
lt()This function is directly required by the following function:
lt()