X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fmath.h;h=d4359f329cb2b287e0d3267799e9f90ba6488819;hb=3f0636970b4bb0aaff7eb48bf144603a021c89a4;hp=65b1e9151177a5992ae47ae549fe26d4af20df74;hpb=f6819755779a084bf2f82cb90175a4d9a018de73;p=musl 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