Fixed math.h part of #2696
* added lgammal_r wrapper * removed gamma_r and gammaf_r functions from math.h
This commit is contained in:
@@ -269,7 +269,6 @@ extern long double tgammal(long double x);
|
||||
extern long double truncl(long double x);
|
||||
|
||||
/* some BSD non-ANSI or POSIX math functions */
|
||||
extern double gamma_r(double x, int *y);
|
||||
extern double j0(double x);
|
||||
extern double j1(double x);
|
||||
extern double jn(int x, double y);
|
||||
@@ -293,7 +292,6 @@ extern float jnf(int x, float y);
|
||||
extern float y0f(float x);
|
||||
extern float y1f(float x);
|
||||
extern float ynf(int x, float y);
|
||||
extern float gammaf_r(float x, int *y);
|
||||
extern float lgammaf_r(float x, int *y);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user