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

This directory contains the Mathomatic Prime Number Tools.  These are some
small, integer math programs written in C.  To compile, type "make".  To
test, type "make test".  To install, type "sudo make install".  This will
install:

	matho-pascal - display Pascal's Triangle
	matho-primes - generate consecutive prime numbers
	matho-twin - filter for twin primes

All work for up to 19 digits.  Man pages are included.
