This contains an application of the command interpreter. The 
documentation for this is ./doc/manual.ps .

This application uses a part of the cephes library of special
functions (in the directory ./cephes) and a FFT routine written
by Ron Mayer (the files fft_m.c and trigtbl.h).

The directory com/ contains a sample program file.


COPYING 

This software is a part of the interpcom library. It is freely distributable
under the GNU Library General Public License, (in the file ../COPYING_.0).






NOTES : 
1 - to use the cephes library on something else than a PC it is
necessary to modify the file cephes/mconf.h. The following modification
always works : 
    comment the line 103 ( #define IBMPC 1 )
    uncomment line 116 (#define UNK 1 )

2 - In commands using functions, the x-ranges are checked to see if they
have been correctly defined. To remove these verifications, suppress the
definition of _SECURE_FUNC in funct.h. 
