Deleted Added
full compact
math.h (269758) math.h (271651)
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 269758 2014-08-09 15:53:40Z kargl $
14 * $FreeBSD: head/lib/msun/src/math.h 271651 2014-09-15 23:21:57Z kargl $
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>

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

491long double scalbnl(long double, int);
492long double sinhl(long double);
493long double sinl(long double);
494long double sqrtl(long double);
495long double tanhl(long double);
496long double tanl(long double);
497long double tgammal(long double);
498long double truncl(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>

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

491long double scalbnl(long double, int);
492long double sinhl(long double);
493long double sinl(long double);
494long double sqrtl(long double);
495long double tanhl(long double);
496long double tanl(long double);
497long double tgammal(long double);
498long double truncl(long double);
499
500#endif /* __ISO_C_VISIBLE >= 1999 */
499#endif /* __ISO_C_VISIBLE >= 1999 */
500
501#if __BSD_VISIBLE
502long double lgammal_r(long double, int *);
503#endif
504
501__END_DECLS
502
503#endif /* !_MATH_H_ */
505__END_DECLS
506
507#endif /* !_MATH_H_ */