Subject: CVS commit: [netbsd-2-0] src/lib/libm/noieee_src
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/15/2004 13:46:32
Module Name:	src
Committed By:	tron
Date:		Sat May 15 13:46:32 UTC 2004

Modified Files:
	src/lib/libm/noieee_src [netbsd-2-0]: n_floor.c

Log Message:
Pull up revision 1.6 (requested by mhitch in ticket #339):
Add ceilf(), floorf(), and sqrtf() (as wrappers using ceil(), floor(), and
sqrt() repectively).  The fixes PR#22796.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.2.1 src/lib/libm/noieee_src/n_floor.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.