summaryrefslogtreecommitdiff
path: root/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/math.h b/include/math.h
index 583dc3da..cf9d9fbf 100644
--- a/include/math.h
+++ b/include/math.h
@@ -400,6 +400,9 @@ long double exp10l(long double);
double pow10(double);
float pow10f(float);
long double pow10l(long double);
+
+double significand(double);
+float significandf(float);
#endif
#ifdef __cplusplus