add macros get get/put short/long.
[unix-history] / usr / src / include / math.h
index 58937bf..f483a37 100644 (file)
@@ -1,11 +1,20 @@
-/*     math.h  4.2     84/03/08        */
+/*     math.h  4.6     %G%     */
 
 
-extern double fabs(), floor(), ceil(), modf(), ldexp(), frexp();
-extern double sqrt(), hypot(), atof();
+extern double asinh(), acosh(), atanh();
+extern double erf(), erfc();
+extern double exp(), expm1(), log(), log10(), log1p(), pow();
+extern double fabs(), floor(), ceil(), rint();
+extern double lgamma();
+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 sin(), cos(), tan(), asin(), acos(), atan(), atan2();
-extern double exp(), log(), log10(), pow();
 extern double sinh(), cosh(), tanh();
 extern double sinh(), cosh(), tanh();
-extern double gamma();
-extern double j0(), j1(), jn(), y0(), y1(), yn();
+extern double cbrt(), sqrt();
+extern double modf(), ldexp(), frexp(), atof();
 
 #define HUGE   1.701411733192644270e38
 
 #define HUGE   1.701411733192644270e38