|
@@ -400,6 +400,10 @@ long double exp10l(long double);
|
|
double pow10(double);
|
|
double pow10(double);
|
|
float pow10f(float);
|
|
float pow10f(float);
|
|
long double pow10l(long double);
|
|
long double pow10l(long double);
|
|
|
|
+
|
|
|
|
+double significand(double);
|
|
|
|
+float significandf(float);
|
|
|
|
+long double significandl(long double);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#ifdef __cplusplus
|
|
#ifdef __cplusplus
|