Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 09/25/1994 10:30:03
jtc
Sun Sep 25 10:27:57 PDT 1994
Update of /b/source/CVS/src/lib/libm/src
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libm/src

Modified Files:
	math.h 
Log Message:
Add prototype for isinff().


jtc
Sun Sep 25 10:29:51 PDT 1994
Update of /b/source/CVS/src/lib/libm/src
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libm/src

Added Files:
	s_infinity.c s_isinf.c s_isinff.c 
Log Message:
__infinity[] and isinf() for systems whose C libraries don't supply them;
and isinff(), a "float" version of isinf().