                        Mathomatic Prime Number Tools
                        -----------------------------

This directory contains some small, command line integer math utilities
written in C.  To compile, test, and install these utilities, type the
following commands at the Unix shell prompt:

	make
	make test
	sudo make install

This will install:

	matho-primes - quickly generate many consecutive prime numbers
	primorial - calculate large primorials
	matho-mult - multiply integers
	matho-pascal - display Pascal's triangle
	matho-sumsq - display minimum sum of the squares

These stand-alone utilities don't need to be installed to work properly.

The Python program "primorial" is included in this directory for calculating
large primorials from matho-primes.  To generate a list of all unique
primorials from 2 to 97, type the following at the Unix shell after
installing matho-primes:

	primorial `matho-primes 2 97`

These utilities come with Mathomatic.  See www.mathomatic.org to get the
latest version.
