Add declarations for __ieee754_tgamma functions to fdlibm.h
This commit is contained in:
parent
4e16b0330a
commit
d634f26653
|
@ -160,6 +160,7 @@ extern double __ieee754_fmod __P((double,double));
|
|||
extern double __ieee754_pow __P((double,double));
|
||||
extern double __ieee754_lgamma_r __P((double,int *));
|
||||
extern double __ieee754_gamma_r __P((double,int *));
|
||||
extern double __ieee754_tgamma __P((double));
|
||||
extern double __ieee754_log10 __P((double));
|
||||
extern double __ieee754_sinh __P((double));
|
||||
extern double __ieee754_hypot __P((double,double));
|
||||
|
@ -206,6 +207,7 @@ extern float __ieee754_fmodf __P((float,float));
|
|||
extern float __ieee754_powf __P((float,float));
|
||||
extern float __ieee754_lgammaf_r __P((float,int *));
|
||||
extern float __ieee754_gammaf_r __P((float,int *));
|
||||
extern float __ieee754_tgammaf __P((float));
|
||||
extern float __ieee754_log10f __P((float));
|
||||
extern float __ieee754_sinhf __P((float));
|
||||
extern float __ieee754_hypotf __P((float,float));
|
||||
|
|
Loading…
Reference in New Issue