Index of /~gesslein/mathomatic_source_browsing/primes

Name                                   Last modified      Size  Description
Parent Directory - bigtwins.out 11-Feb-2009 19:56 9.6K lsqrt.c 14-Feb-2009 09:19 1.3K makefile 16-Aug-2009 10:07 1.2K matho-mult 09-Jun-2009 11:39 608 matho-pascal.1 25-Jul-2009 10:09 678 matho-pascal.c 19-Oct-2009 19:08 3.4K matho-primes.1 26-Jul-2009 07:47 1.5K matho-primes.c 19-Oct-2009 19:09 9.5K matho-sumsq.1 25-Jul-2009 10:10 814 matho-sumsq.c 27-Sep-2009 14:24 3.1K primorial 09-Jun-2009 11:31 840 twins.out 30-Mar-2008 17:14 12K
                        Mathomatic Prime Number Tools
                        -----------------------------

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

	make
	make test
	sudo make install

This will install:

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

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:

	./primorial `matho-primes 2 97`

These utilities are part of Mathomatic.  See www.mathomatic.org to get the
latest version.