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

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

326float floorf(float);
327float fmodf(float, float);
328float roundf(float);
329
330float erff(float);
331float erfcf(float);
332float hypotf(float, float);
333float lgammaf(float);
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>

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

326float floorf(float);
327float fmodf(float, float);
328float roundf(float);
329
330float erff(float);
331float erfcf(float);
332float hypotf(float, float);
333float lgammaf(float);
334float tgammaf(float);
334
335float acoshf(float);
336float asinhf(float);
337float atanhf(float);
338float cbrtf(float);
339float logbf(float);
340float copysignf(float, float) __pure2;
341long long llrintf(float);

--- 142 unchanged lines hidden ---
335
336float acoshf(float);
337float asinhf(float);
338float atanhf(float);
339float cbrtf(float);
340float logbf(float);
341float copysignf(float, float) __pure2;
342long long llrintf(float);

--- 142 unchanged lines hidden ---