From 8101ca20f998f1c513fe8a4ca4ac7fd2dedaedd7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 22 Sep 2001 13:44:03 +0000 Subject: Update. 2001-09-22 Andreas Jaeger * math/math_private.h: Add prototypes. --- math/math_private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math') diff --git a/math/math_private.h b/math/math_private.h index 593cb7a068..84c1d9ad34 100644 --- a/math/math_private.h +++ b/math/math_private.h @@ -293,6 +293,8 @@ extern long double __scalbnl (long double, int); extern long double __sqrtl (long double x); extern long double fabsl (long double x); extern void __sincosl (long double, long double *, long double *); +extern long double __logbl (long double x); +extern long double __significandl (long double x); #endif /* Prototypes for functions of the IBM Accurate Mathematical Library. */ -- cgit v1.2.3