X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fmath.h;fp=include%2Fmath.h;h=d4359f329cb2b287e0d3267799e9f90ba6488819;hp=65b1e9151177a5992ae47ae549fe26d4af20df74;hb=a917c03706d94564082d5ccff032a3e2c3dad537;hpb=da5d89d42fb47c648fb83645e5e4a55bae907032 diff --git a/include/math.h b/include/math.h index 65b1e915..d4359f32 100644 --- a/include/math.h +++ b/include/math.h @@ -391,6 +391,9 @@ 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