math.h (6898f8c48e5049b151cc83a9e6a04ab2296adae3) math.h (46d7c2979ef66b28bbe1d5e3db922f3b47784ccd)
1/*
2 * ====================================================
3 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
4 *
5 * Developed at SunPro, a Sun Microsystems, Inc. business.
6 * Permission to use, copy, modify, and distribute this
7 * software is freely granted, provided that this notice
8 * is preserved.

--- 139 unchanged lines hidden (view full) ---

148double acosh(double);
149double asinh(double);
150double atanh(double);
151double cbrt(double);
152double logb(double);
153double nextafter(double, double);
154double remainder(double, double);
155double scalb(double, double);
1/*
2 * ====================================================
3 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
4 *
5 * Developed at SunPro, a Sun Microsystems, Inc. business.
6 * Permission to use, copy, modify, and distribute this
7 * software is freely granted, provided that this notice
8 * is preserved.

--- 139 unchanged lines hidden (view full) ---

148double acosh(double);
149double asinh(double);
150double atanh(double);
151double cbrt(double);
152double logb(double);
153double nextafter(double, double);
154double remainder(double, double);
155double scalb(double, double);
156double tgamma(double);
156
157#ifndef __cplusplus
158int matherr(struct exception *);
159#endif
160
161/*
162 * IEEE Test Vector
163 */

--- 113 unchanged lines hidden ---
157
158#ifndef __cplusplus
159int matherr(struct exception *);
160#endif
161
162/*
163 * IEEE Test Vector
164 */

--- 113 unchanged lines hidden ---