X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmath.h;h=d4359f329cb2b287e0d3267799e9f90ba6488819;hb=8cfbc8be82898c98fc0a93e2cc7912d9e649f32e;hp=bc0159e63c4d878ce4dad9429975ea2ced0ef9bf;hpb=ed0e3a357e5a5aef394b0b94d13c3a5c078f67f2;p=musl diff --git a/include/math.h b/include/math.h index bc0159e6..d4359f32 100644 --- a/include/math.h +++ b/include/math.h @@ -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