This directory contains two source files of the command interpreter,
slightly modified, with associated include files. They can be used without
the interpreter. The file complex.c contains all the functions that manipulate
complex numbers, it can be used alone. The file mem.c contains the memory
routines, it must be used with complex.c. The useful functions of these files
are described the manual of the command interpreter.

COPYING 

This software is freely distributable under the GNU Library General Public
License, (in the file ../COPYING_.0).

