math.h (b8f41779a2d724854dadacf71a247eb93c0da720) | math.h (e1b98d07749540e043b5a43b53eff305a8151ee2) |
---|---|
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. --- 486 unchanged lines hidden (view full) --- 495long double tanhl(long double); 496long double tanl(long double); 497long double tgammal(long double); 498long double truncl(long double); 499#endif /* __ISO_C_VISIBLE >= 1999 */ 500 501#if __BSD_VISIBLE 502long double lgammal_r(long double, int *); | 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. --- 486 unchanged lines hidden (view full) --- 495long double tanhl(long double); 496long double tanl(long double); 497long double tgammal(long double); 498long double truncl(long double); 499#endif /* __ISO_C_VISIBLE >= 1999 */ 500 501#if __BSD_VISIBLE 502long double lgammal_r(long double, int *); |
503void sincos(double, double *, double *); 504void sincosf(float, float *, float *); 505void sincosl(long double, long double *, long double *); |
|
503#endif 504 505__END_DECLS 506 507#endif /* !_MATH_H_ */ | 506#endif 507 508__END_DECLS 509 510#endif /* !_MATH_H_ */ |