first try at writing an efficient and "correct" exp10
[musl] / include / math.h
index bc0159e..65b1e91 100644 (file)
@@ -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