next up previous contents index
Next: bytes,max,min Up: Arithmetic Previous: times!   Contents   Index


MachineInteger


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_+: (%, %, %) $\to$ % modular addition
mod_-: (%, %, %) $\to$ % modular substraction
mod_*: (%, %, %) $\to$ % modular multiplication
mod_/: (%, %, %) $\to$ % modular division
mod_$\land$: (%, %, %) $\to$ % modular exponentiation
modInverse: (%, %) $\to$ % modular inverse



Subsections

Manuel Bronstein 2004-06-28