From 2a3459cd11b4e993d4fc502abdf4beefdeff0bab Mon Sep 17 00:00:00 2001 From: Miriam Amos Nihart Date: Tue, 20 Aug 1985 21:21:31 -0800 Subject: [PATCH] Update from Prof. Kahan. SCCS-vsn: include/math.h 4.4 --- usr/src/include/math.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/usr/src/include/math.h b/usr/src/include/math.h index 9b3dda3e10..b8f4e152a2 100644 --- a/usr/src/include/math.h +++ b/usr/src/include/math.h @@ -1,12 +1,16 @@ -/* math.h 4.3 %G% */ +/* math.h 4.4 %G% */ extern double asinh(), acosh(), atanh(); extern double erf(), erfc(); -extern double E(), L(), exp(), log(), log10(), pow(); +extern double exp(), expm1(), log(), log10(), log1p(), pow(); extern double fabs(), floor(), ceil(); -extern double gamma(); +extern double lgama(); extern double hypot(), cabs(); extern double copysign(), drem(), logb(), scalb(); +extern int finite(); +#ifdef vax +extern double infnan(); +#endif extern double j0(), j1(), jn(), y0(), y1(), yn(); extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2(); extern double sinh(), cosh(), tanh(); -- 2.20.1