This directory contains some small, integer math programs written in C.  To
compile and install, type:

	make
	make test
	sudo make install

This will install:

	matho-pascal - display Pascal's triangle
	matho-primes - generate consecutive prime numbers
	matho-sumsq - display minimum sum of the squares

Man pages are included.  These C programs are C++ compatible.

See the Python program "mult" for calculating primorials from "matho-primes".
