math.h (8e77cc64315e2d8ae4a60cbd3f160a35a1359550) math.h (71c11dd5287ab58a5ec12dd4908f26de0a450c24)
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.

--- 317 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);
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.

--- 317 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 ---