Gregory Pietsch <gpietsch@comcast.net> 2024-11-19 20:52
*	asinh.c: Fixed the algorithm. It was adding where it should have been
	multiplying.

Gregory Pietsch <gpietsch@comcast.net> 2024-11-07 19:51
*	atan2.c: Fixed comments.

Gregory Pietsch <gpietsch@comcast.net> 2024-11-01 22:37
*	bessel.c: Added checks for NaN to j0 and j1.

Gregory Pietsch <gpietsch@comcast.net> 2024-06-18 20:18
*	configure.ac: Bumped version to 0.8.
*	Recompiled.
*	Released version 0.8.

Gregory Pietsch <gpietsch@comcast.net> 2024-06-11 21:49
*	tanh.c: Redid this entire file. It didn't look right to me.

Gregory Pietsch <gpietsch@comcast.net> 2024-04-23 21:05
*	csqrt.c: Redid the entire file.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2024-04-13 13:13
*	csqrt.c: Added more to the file.
*	Recompiled.
*	configure.ac: Bumped version to 0.7 and added check for errno.h.
*	Released version 0.7.

Gregory Pietsch <gpietsch@comcast.net> 2024-04-12 14:00
*	clog.c: Added more to the file.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2024-04-07 14:34
*	cexp.c: Added more to the file.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2024-03-06 10:00
*	catanh.c: Added more to the file.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2024-03-05 11:42
*	casinh.c: Added more to the file.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2024-03-04 12:03
*	cacosh.c: Added more to the file.
*	Recompiled.

Gregory Pietsch <gpietsch@comcast.net> 2024-03-03 19:42
*	cacos.c: Added more to the file.
*	Recompiled.

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.

