date and time created 85/09/06 17:52:32 by zliu
authorZhishun Alex Liu <zliu@ucbvax.Berkeley.EDU>
Sat, 7 Sep 1985 08:52:32 +0000 (00:52 -0800)
committerZhishun Alex Liu <zliu@ucbvax.Berkeley.EDU>
Sat, 7 Sep 1985 08:52:32 +0000 (00:52 -0800)
SCCS-vsn: lib/libm/common_source/math.h 1.1

usr/src/lib/libm/common_source/math.h [new file with mode: 0644]

diff --git a/usr/src/lib/libm/common_source/math.h b/usr/src/lib/libm/common_source/math.h
new file mode 100644 (file)
index 0000000..e0be4b8
--- /dev/null
@@ -0,0 +1,20 @@
+/* math.h 1.1 (ELEFUNT) %G% */
+
+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 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();
+extern double cbrt(), sqrt();
+extern double modf(), ldexp(), frexp(), atof();
+
+#define HUGE   1.701411733192644270e38