Fix last ChangeLog entry.
[gnulib.git] / modules / ilogb
blob1f69a8e29365b12958eb5cf6e98a180bee6b1243
1 Description:
2 ilogb() function: get exponent as integer.
4 Files:
5 lib/ilogb.c
6 m4/ilogb.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 isfinite        [test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1]
12 frexp           [test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1]
13 isnand          [test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1]
15 configure.ac:
16 gl_FUNC_ILOGB
17 if test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1; then
18   AC_LIBOBJ([ilogb])
20 gl_MATH_MODULE_INDICATOR([ilogb])
22 Makefile.am:
24 Include:
25 <math.h>
27 Link:
28 $(ILOGB_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all