Deleted Added
full compact
math.h (144772) math.h (145170)
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 144772 2005-04-08 01:24:08Z das $
14 * $FreeBSD: head/lib/msun/src/math.h 145170 2005-04-16 21:12:47Z das $
15 */
16
17#ifndef _MATH_H_
18#define _MATH_H_
19
20#include <sys/cdefs.h>
21#include <sys/_types.h>
22#include <machine/_limits.h>

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

459long double scalbnl(long double, int);
460#if 0
461long double sinhl(long double);
462long double sinl(long double);
463long double sqrtl(long double);
464long double tanhl(long double);
465long double tanl(long double);
466long double tgammal(long double);
15 */
16
17#ifndef _MATH_H_
18#define _MATH_H_
19
20#include <sys/cdefs.h>
21#include <sys/_types.h>
22#include <machine/_limits.h>

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

459long double scalbnl(long double, int);
460#if 0
461long double sinhl(long double);
462long double sinl(long double);
463long double sqrtl(long double);
464long double tanhl(long double);
465long double tanl(long double);
466long double tgammal(long double);
467long double truncl(long double);
468#endif
467#endif
468long double truncl(long double);
469
470#endif /* __ISO_C_VISIBLE >= 1999 */
471__END_DECLS
472
473#endif /* !_MATH_H_ */
469
470#endif /* __ISO_C_VISIBLE >= 1999 */
471__END_DECLS
472
473#endif /* !_MATH_H_ */