math.h (7702d940ec9a27fd4ab9e3991fc582b369b5eedc) | math.h (dce5f3abed7181cc533ca5ed3de44517775e78dd) |
---|---|
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. --- 494 unchanged lines hidden (view full) --- 503long double truncl(long double); 504#endif /* __ISO_C_VISIBLE >= 1999 */ 505 506#if __BSD_VISIBLE 507long double lgammal_r(long double, int *); 508void sincos(double, double *, double *); 509void sincosf(float, float *, float *); 510void sincosl(long double, long double *, 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. --- 494 unchanged lines hidden (view full) --- 503long double truncl(long double); 504#endif /* __ISO_C_VISIBLE >= 1999 */ 505 506#if __BSD_VISIBLE 507long double lgammal_r(long double, int *); 508void sincos(double, double *, double *); 509void sincosf(float, float *, float *); 510void sincosl(long double, long double *, long double *); |
511double cospi(double); 512float cospif(float); 513long double cospil(long double); 514double sinpi(double); 515float sinpif(float); 516long double sinpil(long double); 517double tanpi(double); 518float tanpif(float); 519long double tanpil(long double); |
|
511#endif 512 513__END_DECLS 514 515#endif /* !_MATH_H_ */ | 520#endif 521 522__END_DECLS 523 524#endif /* !_MATH_H_ */ |