--- cci/usr/include/math.h 2019/07/28 12:24:19 1.1.1.1 +++ cci/usr/include/math.h 2019/07/28 12:24:21 1.1.1.2 @@ -1,11 +1,13 @@ -/* math.h 4.1 83/05/03 */ +/* math.h 4.3 5/23/85 */ -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 fabs(), floor(), ceil(); extern double gamma(); +extern double hypot(); extern double j0(), j1(), jn(), y0(), y1(), yn(); +extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2(); +extern double sinh(), cosh(), tanh(); +extern double sqrt(); +extern double ldexp(), frexp(), atof(); #define HUGE 1.701411733192644270e38