Deleted Added
full compact
math.h (176388) math.h (176720)
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 176388 2008-02-18 17:27:11Z das $
14 * $FreeBSD: head/lib/msun/src/math.h 176720 2008-03-02 01:47:58Z 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>

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

463long double rintl(long double);
464long double roundl(long double);
465long double scalblnl(long double, long);
466long double scalbnl(long double, int);
467#if 0
468long double sinhl(long double);
469#endif
470long double sinl(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>

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

463long double rintl(long double);
464long double roundl(long double);
465long double scalblnl(long double, long);
466long double scalbnl(long double, int);
467#if 0
468long double sinhl(long double);
469#endif
470long double sinl(long double);
471#if 0
472long double sqrtl(long double);
471long double sqrtl(long double);
472#if 0
473long double tanhl(long double);
474#endif
475long double tanl(long double);
476#if 0
477long double tgammal(long double);
478#endif
479long double truncl(long double);
480
481#endif /* __ISO_C_VISIBLE >= 1999 */
482__END_DECLS
483
484#endif /* !_MATH_H_ */
473long double tanhl(long double);
474#endif
475long double tanl(long double);
476#if 0
477long double tgammal(long double);
478#endif
479long double truncl(long double);
480
481#endif /* __ISO_C_VISIBLE >= 1999 */
482__END_DECLS
483
484#endif /* !_MATH_H_ */