Gregory Pietsch <gpietsch@comcast.net> 2023-11-02 19:40
*	atanh.c: Bug fix.
*	ilogb.c: Bug fix, as this file was throwing off the indent program.
*	configure.ac: Bumped version to 0.6.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2023-06-11 21:13
*	scalbn.c: New file. These routines assume FLT_RADIX is 2, so they
	are equivalent to ldexp.
*	Included FLT_RADIX in <float.h>. How did I miss that one ...
*	Makefile.am: Added scalbn.c.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2023-05-01 14:52
*	catan.c catanh.c: New files.
*	configure.ac: Bumped version to 0.4.
*	Makefile.am: Added catan.c and catanh.c.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2023-04-19 19:55
*	tan.c: Fixed _Tan function to make it simpler.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2023-04-15 12:54
*	gamma.c: Added tgammaf, tgammal, lgammaf, lgammal functions.
	They still need some work, though.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2023-04-14 20:14
*	erf.c: Added. This file includes the erfc functions as well.
*	Makefile.am: Added erf.c.
*	configure.ac: Bumped version to 0.3.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2023-04-13 12:12
*	ctanh.c: Added.
*	ctan.c: Changed to avoid dependency on non-existent ctanh.c.
*	bessel.c: New file.
*	Makefile.am: Added bessel.c and ctanh.c.
*	configure.ac: Bumped version to 0.2.
*	Recompiled. Version 0.2 released.

Gregory Pietsch <gpietsch@comcast.net> 2020-10-03 21:05
*	configure.ac: Bumped version to 0.1.
*	Recompiled. Version 0.1 released.

Gregory Pietsch <gpietsch@comcast.net> 2020-10-02 22:09
*	Initial entry.
*	Version 0.0 released.
*	Added cpow.c.
*	Makefile.am: Added cpow.c.
*	include/complex.h: Tried to make the CMPLX, CMPLXF, and CMPLXL
	macros work.
*	cproj.c: Fixed bugs.
*	expm1.c: Fixed bug.
*	fegetexceptflag.c: Fixed bug.
*	fmod.c: Fixed bugs.
*	fpclassify.c: Fixed bug.
*	gamma.c: Fixed signgam bug.
*	ldexp.c: Fixed bug.
*	log.c: Fixed bug.
*	log10.c: Fixed bug.
*	modf.c: Fixed bug.
*	sincos.c: Fixed bugs.
*	Finally got a clean compile using gcc.

