Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/include Pull up revision 1.38 (via patch, requested by ...
details: https://anonhg.NetBSD.org/src/rev/dbfdc35eb2fd
branches: netbsd-2-0
changeset: 562080:dbfdc35eb2fd
user: he <he%NetBSD.org@localhost>
date: Thu Jul 15 20:56:40 2004 +0000
description:
Pull up revision 1.38 (via patch, requested by junyoung in ticket #664):
Add C99 functions round(3) and roundf(3).
Bump the teeny version number for libm.
diffstat:
include/math.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 4129029ab204 -r dbfdc35eb2fd include/math.h
--- a/include/math.h Thu Jul 15 20:41:32 2004 +0000
+++ b/include/math.h Thu Jul 15 20:56:40 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: math.h,v 1.34 2004/03/04 23:42:38 kleink Exp $ */
+/* $NetBSD: math.h,v 1.34.2.1 2004/07/15 20:56:40 he Exp $ */
/*
* ====================================================
@@ -230,6 +230,7 @@
double nextafter __P((double, double));
double remainder __P((double, double));
double rint __P((double));
+double round __P((double));
double scalb __P((double, double));
#endif /* (_XOPEN_SOURCE - 0) >= 500 || defined(_NETBSD_SOURCE)*/
#endif /* _XOPEN_SOURCE || _NETBSD_SOURCE */
@@ -379,6 +380,7 @@
float copysignf __P((float, float));
int ilogbf __P((float));
float rintf __P((float));
+float roundf __P((float));
float scalbnf __P((float, int));
/*
Home |
Main Index |
Thread Index |
Old Index