The goal of this toolbox is to provide several Number theory related
algorithms. The following is a list of the current features:
* primality test
* greatest common divisor
* least common multiple
* list of primes lower than
* factoring into primes
The toolbox is based on macros.
Most algorithms are "naive" implementations.
Many features are missing so that the current state is more a "toy" toolbox.