Deleted Added
full compact
math.h (93197) math.h (93211)
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.
9 * ====================================================
10 */
11
12/*
13 * from: @(#)fdlibm.h 5.1 93/09/24
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.
9 * ====================================================
10 */
11
12/*
13 * from: @(#)fdlibm.h 5.1 93/09/24
14 * $FreeBSD: head/lib/msun/src/math.h 93197 2002-03-26 09:18:09Z bde $
14 * $FreeBSD: head/lib/msun/src/math.h 93211 2002-03-26 11:59:29Z bde $
15 */
16
17#ifndef _MATH_H_
18#define _MATH_H_
19
20/*
21 * ANSI/POSIX
22 */

--- 125 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);
15 */
16
17#ifndef _MATH_H_
18#define _MATH_H_
19
20/*
21 * ANSI/POSIX
22 */

--- 125 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 ---