ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / logbl
blob5a18291afb87588e5f4506108abb2b438edf118e
1 Description:
2 logbl() function: get exponent.
4 Files:
5 lib/logbl.c
6 lib/logb.c
7 m4/logbl.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
13 logb            [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
14 isfinite        [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 frexpl          [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 isnanl          [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 configure.ac:
19 gl_FUNC_LOGBL
20 if test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; then
21   AC_LIBOBJ([logbl])
23 gl_MATH_MODULE_INDICATOR([logbl])
25 Makefile.am:
27 Include:
28 <math.h>
30 Link:
31 $(LOGBL_LIBM)
33 License:
34 LGPL
36 Maintainer:
37 all