Division-Related Functions
- CompositeQ — test whether a number is composite
- Divisible — test whether one number is divisible by the other
- GCD — greatest common divisor
- LCM — least common multiple
- Mod — the remainder in an integer division
- ModularInverse — returns the modular inverse $k^(-1)$ mod $n$
- PowerMod — modular exponentiation
- Quotient — integer quotient
- QuotientRemainder — integer quotient and remainder