From 2242bf616b893e85886ed0a2348b96bf1cf7623e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 13 Aug 2012 14:51:43 -0400 Subject: add significand[fl] math functions --- include/math.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/math.h') 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 -- cgit v1.2.1