math.h (07f3bc5b9cc184d08121dc710c681d119c4bd947) | math.h (2f2ee27de4367161d0f6e3913c5921f0d002fd98) |
---|---|
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. --- 450 unchanged lines hidden (view full) --- 459long double scalbnl(long double, int); 460#if 0 461long double sinhl(long double); 462long double sinl(long double); 463long double sqrtl(long double); 464long double tanhl(long double); 465long double tanl(long double); 466long double tgammal(long double); | 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. --- 450 unchanged lines hidden (view full) --- 459long double scalbnl(long double, int); 460#if 0 461long double sinhl(long double); 462long double sinl(long double); 463long double sqrtl(long double); 464long double tanhl(long double); 465long double tanl(long double); 466long double tgammal(long double); |
467long double truncl(long double); | |
468#endif | 467#endif |
468long double truncl(long double); |
|
469 470#endif /* __ISO_C_VISIBLE >= 1999 */ 471__END_DECLS 472 473#endif /* !_MATH_H_ */ | 469 470#endif /* __ISO_C_VISIBLE >= 1999 */ 471__END_DECLS 472 473#endif /* !_MATH_H_ */ |