Division-Related Functions
- CompositeQ — test whether a number is composite
- Divisible — test whether one number is divisible by the other
- GCD — compute the Greatest Common Divisor
- LCM — compute the Least Common Multiple
- Mod — get the remainder in an integer division
- ModularInverse — get the modular inverse $k^(-1)$ mod $n$
- PowerMod — compute modular exponentiation
- Quotient — compute integer quotient
- QuotientRemainder — get the integer quotient and remainder