From d60db64185cc70b58e291f20a540fc47a373a621 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Tue, 3 May 1983 20:48:02 -0800 Subject: [PATCH 1/1] date and time created 83/05/03 13:48:02 by sam SCCS-vsn: include/math.h 4.1 --- usr/src/include/math.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usr/src/include/math.h diff --git a/usr/src/include/math.h b/usr/src/include/math.h new file mode 100644 index 0000000000..a0668c3470 --- /dev/null +++ b/usr/src/include/math.h @@ -0,0 +1,11 @@ +/* math.h 4.1 83/05/03 */ + +extern double fabs(), floor(), ceil(), fmod(), ldexp(), frexp(); +extern double sqrt(), hypot(), atof(); +extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2(); +extern double exp(), log(), log10(), pow(); +extern double sinh(), cosh(), tanh(); +extern double gamma(); +extern double j0(), j1(), jn(), y0(), y1(), yn(); + +#define HUGE 1.701411733192644270e38 -- 2.20.1