summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/math.h')
-rw-r--r--lib/msun/src/math.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index 9b8f73c..b29ace2 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -239,6 +239,7 @@ long lrint(double);
long lround(double);
double nextafter(double, double);
double remainder(double, double);
+double remquo(double, double, int *);
double rint(double);
#endif /* __BSD_VISIBLE || __ISO_C_VISIBLE >= 1999 || __XSI_VISIBLE */
@@ -341,6 +342,7 @@ long lroundf(float);
float nearbyintf(float);
float nextafterf(float, float);
float remainderf(float, float);
+float remquof(float, float, int *);
float rintf(float);
float scalblnf(float, long);
float scalbnf(float, int);
OpenPOWER on IntegriCloud