X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/d60db64185cc70b58e291f20a540fc47a373a621..87e481edc2868e0d4c97402dca3771f412321da3:/usr/src/include/math.h diff --git a/usr/src/include/math.h b/usr/src/include/math.h index a0668c3470..9b3dda3e10 100644 --- a/usr/src/include/math.h +++ b/usr/src/include/math.h @@ -1,11 +1,16 @@ -/* math.h 4.1 83/05/03 */ +/* math.h 4.3 %G% */ -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 asinh(), acosh(), atanh(); +extern double erf(), erfc(); +extern double E(), L(), exp(), log(), log10(), pow(); +extern double fabs(), floor(), ceil(); extern double gamma(); +extern double hypot(), cabs(); +extern double copysign(), drem(), logb(), scalb(); 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