math.h (3ffff4bad50aec019e196ec1b167356a897b441b) | math.h (998b640bcbca4ff197daf30fcff18d33889a7a0b) |
---|---|
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. --- 381 unchanged lines hidden (view full) --- 390 */ 391float significandf(float); 392#endif /* __BSD_VISIBLE */ 393 394/* 395 * long double versions of ISO/POSIX math functions 396 */ 397#if __ISO_C_VISIBLE >= 1999 | 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. --- 381 unchanged lines hidden (view full) --- 390 */ 391float significandf(float); 392#endif /* __BSD_VISIBLE */ 393 394/* 395 * long double versions of ISO/POSIX math functions 396 */ 397#if __ISO_C_VISIBLE >= 1999 |
398long double acoshl(long double); |
|
398long double acosl(long double); | 399long double acosl(long double); |
400long double asinhl(long double); |
|
399long double asinl(long double); 400long double atan2l(long double, long double); | 401long double asinl(long double); 402long double atan2l(long double, long double); |
403long double atanhl(long double); |
|
401long double atanl(long double); 402long double cbrtl(long double); 403long double ceill(long double); 404long double copysignl(long double, long double) __pure2; 405long double cosl(long double); 406long double exp2l(long double); 407long double expl(long double); 408long double expm1l(long double); --- 47 unchanged lines hidden (view full) --- 456 457#define _MATH_EXTRA_H_ 458 459/* 460 * extra long double versions of math functions for C99 and cmath 461 */ 462__BEGIN_DECLS 463 | 404long double atanl(long double); 405long double cbrtl(long double); 406long double ceill(long double); 407long double copysignl(long double, long double) __pure2; 408long double cosl(long double); 409long double exp2l(long double); 410long double expl(long double); 411long double expm1l(long double); --- 47 unchanged lines hidden (view full) --- 459 460#define _MATH_EXTRA_H_ 461 462/* 463 * extra long double versions of math functions for C99 and cmath 464 */ 465__BEGIN_DECLS 466 |
464long double acoshl(long double); 465long double asinhl(long double); 466long double atanhl(long double); | |
467long double coshl(long double); 468long double erfcl(long double); 469long double erfl(long double); 470long double lgammal(long double); 471long double powl(long double, long double); 472long double sinhl(long double); 473long double tanhl(long double); 474long double tgammal(long double); 475 476__END_DECLS 477 478#endif /* !_DECLARE_C99_LDBL_MATH */ 479#endif /* __ISO_C_VISIBLE >= 1999 */ 480#endif /* !_MATH_EXTRA_H_ */ | 467long double coshl(long double); 468long double erfcl(long double); 469long double erfl(long double); 470long double lgammal(long double); 471long double powl(long double, long double); 472long double sinhl(long double); 473long double tanhl(long double); 474long double tgammal(long double); 475 476__END_DECLS 477 478#endif /* !_DECLARE_C99_LDBL_MATH */ 479#endif /* __ISO_C_VISIBLE >= 1999 */ 480#endif /* !_MATH_EXTRA_H_ */ |