summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/math.h3
1 files changed, 3 insertions, 0 deletions
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