Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include PR/53393: coypu: move rint to the right section.
details: https://anonhg.NetBSD.org/src/rev/e434459355e6
branches: trunk
changeset: 362774:e434459355e6
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 24 22:07:46 2018 +0000
description:
PR/53393: coypu: move rint to the right section.
diffstat:
include/math.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r db5ab83ffec1 -r e434459355e6 include/math.h
--- a/include/math.h Sun Jun 24 20:40:58 2018 +0000
+++ b/include/math.h Sun Jun 24 22:07:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: math.h,v 1.63 2013/09/16 15:54:42 martin Exp $ */
+/* $NetBSD: math.h,v 1.64 2018/06/24 22:07:46 christos Exp $ */
/*
* ====================================================
@@ -263,7 +263,6 @@
double logb(double);
double nextafter(double, double);
double remainder(double, double);
-double rint(double);
double scalb(double, double);
#endif /* (_XOPEN_SOURCE - 0) >= 500 || defined(_NETBSD_SOURCE)*/
#endif /* _XOPEN_SOURCE || _NETBSD_SOURCE */
@@ -381,13 +380,13 @@
long double tgammal(long double);
/* 7.12.9 nearest integer */
-
/* LONGLONG */
long long int llrint(double);
long int lround(double);
/* LONGLONG */
long long int llround(double);
long int lrint(double);
+double rint(double);
double round(double);
double trunc(double);
Home |
Main Index |
Thread Index |
Old Index