Deleted Added
full compact
math.h (177760) math.h (177766)
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 177760 2008-03-30 20:03:46Z das $
14 * $FreeBSD: head/lib/msun/src/math.h 177766 2008-03-30 20:48:02Z 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>

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

450long double nanl(const char *) __pure2;
451long double nearbyintl(long double);
452long double nextafterl(long double, long double);
453double nexttoward(double, long double);
454float nexttowardf(float, long double);
455long double nexttowardl(long double, long double);
456#if 0
457long double powl(long double, 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>

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

450long double nanl(const char *) __pure2;
451long double nearbyintl(long double);
452long double nextafterl(long double, long double);
453double nexttoward(double, long double);
454float nexttowardf(float, long double);
455long double nexttowardl(long double, long double);
456#if 0
457long double powl(long double, long double);
458#endif
458long double remainderl(long double, long double);
459long double remquol(long double, long double, int *);
459long double remainderl(long double, long double);
460long double remquol(long double, long double, int *);
460#endif
461long double rintl(long double);
462long double roundl(long double);
463long double scalblnl(long double, long);
464long double scalbnl(long double, int);
465#if 0
466long double sinhl(long double);
467#endif
468long double sinl(long double);

--- 14 unchanged lines hidden ---
461long double rintl(long double);
462long double roundl(long double);
463long double scalblnl(long double, long);
464long double scalbnl(long double, int);
465#if 0
466long double sinhl(long double);
467#endif
468long double sinl(long double);

--- 14 unchanged lines hidden ---