X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fmath.h;h=656f7868d8c1e35fd0bc540dceeb18899c127398;hp=583dc3dad92aabffb276db57fbb9f3ed2654fbe6;hb=2242bf616b893e85886ed0a2348b96bf1cf7623e;hpb=b4f632bb279724eee4aa25bc4f575a9fde172551 diff --git a/include/math.h b/include/math.h index 583dc3da..656f7868 100644 --- a/include/math.h +++ b/include/math.h @@ -400,6 +400,10 @@ long double exp10l(long double); double pow10(double); float pow10f(float); long double pow10l(long double); + +double significand(double); +float significandf(float); +long double significandl(long double); #endif #ifdef __cplusplus