about summary refs log tree commit diff
path: root/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/math.h b/include/math.h
index bc0159e6..65b1e915 100644
--- a/include/math.h
+++ b/include/math.h
@@ -387,6 +387,10 @@ float       y1f(float);
 long double y1l(long double);
 float       ynf(int, float);
 long double ynl(int, long double);
+
+double      exp10(double);
+float       exp10f(float);
+long double exp10l(long double);
 #endif
 
 #ifdef __cplusplus