date and time created 85/09/06 17:52:32 by zliu
[unix-history] / usr / src / lib / libm / common_source / math.h
CommitLineData
fb0947df
ZAL
1/* math.h 1.1 (ELEFUNT) %G% */
2
3extern double asinh(), acosh(), atanh();
4extern double erf(), erfc();
5extern double exp(), expm1(), log(), log10(), log1p(), pow();
6extern double fabs(), floor(), ceil(), rint();
7extern double lgama();
8extern double hypot(), cabs();
9extern double copysign(), drem(), logb(), scalb();
10extern int finite();
11#ifdef vax
12extern double infnan();
13#endif
14extern double j0(), j1(), jn(), y0(), y1(), yn();
15extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2();
16extern double sinh(), cosh(), tanh();
17extern double cbrt(), sqrt();
18extern double modf(), ldexp(), frexp(), atof();
19
20#define HUGE 1.701411733192644270e38