summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/math.h
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-11-17 22:35:46 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-11-17 22:35:46 +0000
commit46471257e90bdc2c46e03a6371a329f8cac34d0c (patch)
tree54191b889edc54130762d564d82e35a305dcb7fe /newlib/libc/include/math.h
parentdd3a778c28d4a42ecf3eecde0980656a476945cb (diff)
downloadcygnal-46471257e90bdc2c46e03a6371a329f8cac34d0c.tar.gz
cygnal-46471257e90bdc2c46e03a6371a329f8cac34d0c.tar.bz2
cygnal-46471257e90bdc2c46e03a6371a329f8cac34d0c.zip
2009-11-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* libm/common/fdlibm.h (logb, logbf): Move decls from here... * libc/include/math.h (logb, logbf): ...to here.
Diffstat (limited to 'newlib/libc/include/math.h')
-rw-r--r--newlib/libc/include/math.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/include/math.h b/newlib/libc/include/math.h
index c1bc7b04a..7571e46a0 100644
--- a/newlib/libc/include/math.h
+++ b/newlib/libc/include/math.h
@@ -236,6 +236,7 @@ extern double infinity _PARAMS((void));
extern double nan _PARAMS((const char *));
extern int finite _PARAMS((double));
extern double copysign _PARAMS((double, double));
+extern double logb _PARAMS((double));
extern int ilogb _PARAMS((double));
extern double asinh _PARAMS((double));
@@ -332,6 +333,7 @@ extern float infinityf _PARAMS((void));
extern float nanf _PARAMS((const char *));
extern int finitef _PARAMS((float));
extern float copysignf _PARAMS((float, float));
+extern float logbf _PARAMS((float));
extern int ilogbf _PARAMS((float));
extern float asinhf _PARAMS((float));