hopefull better scalb handling

This commit is contained in:
dwarning
2008-11-19 19:57:27 +00:00
parent 040c48feb2
commit b32feaa18d
3 changed files with 29 additions and 16 deletions
+4 -2
View File
@@ -19,9 +19,11 @@ extern double logb(double);
#endif
#ifndef HAVE_SCALB
# ifndef HAVE_SCALBN
extern double scalb(double, int);
extern double scalb(double, double);
#endif
#ifndef HAVE_SCALBN
extern double scalbn(double, int);
#endif
#ifndef HAVE_ISNAN