
Useful stuff that doesn't belong anywhere else goes in this directory. These
files do not have any man page, because I think they are not ready nor made
for packaging.

ideas.txt - The Mathomatic todo list.

limits.c  - Small C program to display current C data type limits and sizes.

roots.c   - Numerical polynomial equation solver utility.
	    Compile with "./c".
            Requires the GNU Scientific Library (GSL) development files.

c         - Shell script to compile "roots.c".
