From 62b8ef8dc21a0a06f1e4187f5bc45f31794e0f2d Mon Sep 17 00:00:00 2001 From: das Date: Sun, 20 Jun 2004 09:26:41 +0000 Subject: Declare scalbln(), scalblnf(), trunc(), and truncf(). --- lib/msun/src/math.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/msun/src') diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index ac0f2ee..6b08922 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -216,6 +216,7 @@ double nextafter(double, double); double remainder(double, double); double rint(double) __pure2; double round(double); +double trunc(double); #endif /* __BSD_VISIBLE || __ISO_C_VISIBLE >= 1999 || __XSI_VISIBLE */ #if __BSD_VISIBLE || __XSI_VISIBLE @@ -234,6 +235,7 @@ double gamma(double); #if __BSD_VISIBLE || __ISO_C_VISIBLE >= 1999 double copysign(double, double) __pure2; +double scalbln(double, long); double scalbn(double, int); double tgamma(double); #endif @@ -309,7 +311,9 @@ float copysignf(float, float) __pure2; float nextafterf(float, float); float remainderf(float, float); float rintf(float); +float scalblnf(float, long); float scalbnf(float, int); +float truncf(float); #endif /* -- cgit v1.1