Deleted Added
full compact
math.h (140142) math.h (140172)
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 140142 2005-01-12 22:10:46Z stefanf $
14 * $FreeBSD: head/lib/msun/src/math.h 140172 2005-01-13 09:11:41Z stefanf $
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>

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

426long double acoshl(long double);
427long double acosl(long double);
428long double asinhl(long double);
429long double asinl(long double);
430long double atan2l(long double, long double);
431long double atanhl(long double);
432long double atanl(long double);
433long double cbrtl(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>

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

426long double acoshl(long double);
427long double acosl(long double);
428long double asinhl(long double);
429long double asinl(long double);
430long double atan2l(long double, long double);
431long double atanhl(long double);
432long double atanl(long double);
433long double cbrtl(long double);
434long double ceill(long double);
435#endif
434#endif
435long double ceill(long double);
436long double copysignl(long double, long double);
437#if 0
438long double coshl(long double);
439long double cosl(long double);
440long double erfcl(long double);
441long double erfl(long double);
442long double exp2l(long double);
443long double expl(long double);

--- 55 unchanged lines hidden ---
436long double copysignl(long double, long double);
437#if 0
438long double coshl(long double);
439long double cosl(long double);
440long double erfcl(long double);
441long double erfl(long double);
442long double exp2l(long double);
443long double expl(long double);

--- 55 unchanged lines hidden ---