X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fmath.h;h=d4359f329cb2b287e0d3267799e9f90ba6488819;hb=8cfbc8be82898c98fc0a93e2cc7912d9e649f32e;hp=ff62cb7cf35b70b6da677a76777d51c568dd744b;hpb=4dbd94112ff74064554054b5ff27a7af547e4899;p=musl diff --git a/include/math.h b/include/math.h index ff62cb7c..d4359f32 100644 --- a/include/math.h +++ b/include/math.h @@ -25,7 +25,7 @@ extern "C" { #define HUGE_VALL ((long double)INFINITY) #define MATH_ERRNO 1 -#define MATH_EXCEPT 2 +#define MATH_ERREXCEPT 2 #define math_errhandling 2 #define FP_ILOGBNAN (((unsigned)-1)>>1) @@ -387,6 +387,13 @@ float y1f(float); long double y1l(long double); float ynf(int, float); long double ynl(int, long double); + +double exp10(double); +float exp10f(float); +long double exp10l(long double); +double pow10(double); +float pow10f(float); +long double pow10l(long double); #endif #ifdef __cplusplus