Deleted Added
full compact
math.h (145170) math.h (165855)
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 145170 2005-04-16 21:12:47Z das $
14 * $FreeBSD: head/lib/msun/src/math.h 165855 2007-01-07 07:54:21Z 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>

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

434long double log10l(long double);
435long double log1pl(long double);
436long double log2l(long double);
437long double logbl(long double);
438long double logl(long double);
439long lrintl(long double);
440#endif
441long lroundl(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>

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

434long double log10l(long double);
435long double log1pl(long double);
436long double log2l(long double);
437long double logbl(long double);
438long double logl(long double);
439long lrintl(long double);
440#endif
441long lroundl(long double);
442#if 0
443long double modfl(long double, long double *); /* fundamentally !__pure2 */
442long double modfl(long double, long double *); /* fundamentally !__pure2 */
443#if 0
444long double nanl(const char *) __pure2;
445long double nearbyintl(long double);
446#endif
447long double nextafterl(long double, long double);
448double nexttoward(double, long double);
449float nexttowardf(float, long double);
450long double nexttowardl(long double, long double);
451#if 0

--- 22 unchanged lines hidden ---
444long double nanl(const char *) __pure2;
445long double nearbyintl(long double);
446#endif
447long double nextafterl(long double, long double);
448double nexttoward(double, long double);
449float nexttowardf(float, long double);
450long double nexttowardl(long double, long double);
451#if 0

--- 22 unchanged lines hidden ---