![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME intmod - Evaluate an integer modulus expression. SYNOPSIS intmod -num [NUMERATOR] -den [DENOMINATOR] DESCRIPTION The intmod command divides one value by another and returns the remaining integer. It uses the round and divide commands created by Allen Ormond. EXAMPLES modulus -num 10 -den 5 Returns 2. modulus -num 10 -den 3 Returns 3. AUTHOR Paul M. Boren pmboren AT gmail DOT com