		Prime Number Tools by George Gesslein II
		----------------------------------------

This directory contains the Mathomatic prime number tools.  These are several
small, educational, integer math programs written in C.  To compile, type
"make".  To install, type "su", then "make install".  This will install:

	matho-around - factor a range of integers
	matho-primes - generate consecutive primes
	matho-twin - filter for twin primes
	matho-pascal - display Pascal's Triangle

Man pages are included.  These programs will also compile correctly with C++.
