new copyright notice
[unix-history] / usr / src / include / math.h
CommitLineData
6affdc2b
KB
1/*
2 * Copyright (c) 1985 The Regents of the University of California.
3 * All rights reserved.
4 *
863005e5 5 * %sccs.include.redist.c%
6affdc2b
KB
6 *
7 * All recipients should regard themselves as participants in an ongoing
8 * research project and hence should feel obligated to report their
9 * experiences (good or bad) with these elementary function codes, using
10 * the sendbug(8) program, to the authors.
11 *
863005e5 12 * @(#)math.h 4.8 (Berkeley) %G%
6affdc2b 13 */
d60db641 14
35df2466
MAN
15extern double asinh(), acosh(), atanh();
16extern double erf(), erfc();
2a3459cd 17extern double exp(), expm1(), log(), log10(), log1p(), pow();
f9628029
KM
18extern double fabs(), floor(), ceil(), rint();
19extern double lgamma();
35df2466
MAN
20extern double hypot(), cabs();
21extern double copysign(), drem(), logb(), scalb();
6affdc2b
KB
22
23#if defined(vax) || defined(tahoe)
2a3459cd
MAN
24extern double infnan();
25#endif
6affdc2b
KB
26
27extern int finite();
d60db641 28extern double j0(), j1(), jn(), y0(), y1(), yn();
35df2466
MAN
29extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2();
30extern double sinh(), cosh(), tanh();
31extern double cbrt(), sqrt();
32extern double modf(), ldexp(), frexp(), atof();
d60db641 33
6affdc2b 34#define HUGE 1.701411733192644270e38