X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fmath.h;h=e7220aeb3218212cc65eef6a9af5a5e3b6b28595;hb=ad23771c32e5a125eae711ab644cf672e4896c76;hp=ec4afa78f55b7b016c5eba19750fbe8acee3b802;hpb=65db6bf5ea1f27ec2cddd6423868baeff05cc719;p=musl diff --git a/include/math.h b/include/math.h index ec4afa78..e7220aeb 100644 --- a/include/math.h +++ b/include/math.h @@ -345,10 +345,6 @@ long double truncl(long double); extern int signgam; -double gamma(double); -float gammaf(float); -long double gammal(long double); - double j0(double); double j1(double); double jn(int, double); @@ -367,6 +363,10 @@ void sincos(double, double*, double*); void sincosf(float, float*, float*); void sincosl(long double, long double*, long double*); +double gamma(double); +float gammaf(float); +long double gammal(long double); + double lgamma_r(double, int*); float lgammaf_r(float, int*); long double lgammal_r(long double, int*);