verify: new macro 'assume'
[gnulib.git] / modules / ilogbl
1 Description:
2 ilogbl() function: get exponent as integer.
3
4 Files:
5 lib/ilogbl.c
6 lib/ilogb.c
7 m4/ilogbl.m4
8 m4/mathfunc.m4
9
10 Depends-on:
11 math
12 extensions
13 ilogb           [test $HAVE_ILOGBL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
14 isfinite        [test $HAVE_ILOGBL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 frexpl          [test $HAVE_ILOGBL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 isnanl          [test $HAVE_ILOGBL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
17
18 configure.ac:
19 gl_FUNC_ILOGBL
20 if test $HAVE_ILOGBL = 0; then
21   AC_LIBOBJ([ilogbl])
22 fi
23 gl_MATH_MODULE_INDICATOR([ilogbl])
24
25 Makefile.am:
26
27 Include:
28 <math.h>
29
30 Link:
31 $(ILOGBL_LIBM)
32
33 License:
34 LGPL
35
36 Maintainer:
37 Bruno Haible