	 **************************************************************
	 **********   MATHEMATICAL FUNCTIONS UTILITY IN C    **********
	 **************************************************************

	This code in C is a simple Parser and Evaluator(rather a Compilator)
of Mathematical Functions. I have compiled it in Turbo C and djgpp(gcc).

	The only needed routines you need to implement the functions parser
in your code are defined in funcion.h (Watch Out! FUNCION and not FUNCTION, Sorry)

	It is very easy to understand how they work. Nevertheless, you can
find an example program in testfunc.c. It is compiled with Turbo C in
testtc.exe, and with Djgpp int testdj.exe.

	If they doesnt work you can recompile it taking care with the
directories, and the Options in the Turbo C. For the turbodj.exe, if you
havent a 387 coprocessor, you will have to set the environment variables
properly (consult djgpps documentation).

	I'd like to know if this software is or not useful. Tell me your
results. Be nice, ok?.

	This software is absolutely free. Make good aplicattions with it!
Make Internet a freeware net!

	********************************
	** Juan I. Perez Sacristan    **
	** e-mail: jips@sol.unizar.es **
	** Spain.   Zaragoza          **
	********************************