X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fmath.h;h=cf9d9fbf5525946064768a869f860b7b555d9481;hp=d7326483eeb0dc0f7d7eb2c01ad287abbe7c90a3;hb=ab76321c14e18e70c853f34202a567749292eafc;hpb=419ae6d5c95629d3ebaff6f1880d52cb027ba924 diff --git a/include/math.h b/include/math.h index d7326483..cf9d9fbf 100644 --- a/include/math.h +++ b/include/math.h @@ -199,8 +199,8 @@ float fmodf(float, float); long double fmodl(long double, long double); double frexp(double, int *); -float frexpf(float value, int *); -long double frexpl(long double value, int *); +float frexpf(float, int *); +long double frexpl(long double, int *); double hypot(double, double); float hypotf(float, float); @@ -400,6 +400,9 @@ long double exp10l(long double); double pow10(double); float pow10f(float); long double pow10l(long double); + +double significand(double); +float significandf(float); #endif #ifdef __cplusplus