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 28-Jan-2010 15:13 1.4K
matho-mult 09-Jun-2009 11:39 608
matho-mult.1 18-Mar-2010 11:57 548
matho-pascal.1 18-Mar-2010 11:57 731
matho-pascal.c 27-Jan-2010 06:43 4.1K
matho-primes.1 18-Mar-2010 11:57 1.6K
matho-primes.c 27-Jan-2010 06:43 10K
matho-sumsq.1 18-Mar-2010 11:57 867
matho-sumsq.c 27-Jan-2010 06:43 3.8K
primorial 09-Jun-2009 11:31 840
primorial.1 18-Mar-2010 11:57 570
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, 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.