Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 01/24/1995 17:10:02
jtc
Tue Jan 24 17:06:38 PST 1995
Update of /b/source/CVS/src/lib/libm/src
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libm/src

Modified Files:
	e_rem_pio2.c e_rem_pio2f.c 
Log Message:
Integrate last of the relavant changes from fdlibm 5.2:
    4. Performance issue on rem_pio2
       An attempt to speed up the argument reduction in the trig function is to
       consider pi/4 < x < 3pi/4 a special case. This was done in the file
       e_rem_pio2.c


jtc
Tue Jan 24 17:07:28 PST 1995
Update of /b/source/CVS/src/lib/libm/src
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libm/src

Modified Files:
	e_log10.c e_log10f.c s_frexp.c s_frexpf.c 
Log Message:
Remove unused static constant "one".