Usage
import from MachineInteger
Description
MachineInteger implements the full-word signed machine integers.
Exports
CopyableType IntegerType bytes: % machine word-size max: % largest machine integer min: % smallest machine integer mod_+: (%, %, %) % modular addition mod_-: (%, %, %) % modular substraction mod_*: (%, %, %) % modular multiplication mod_/: (%, %, %) % modular division mod_: (%, %, %) % modular exponentiation modInverse: (%, %) % modular inverse