gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / ilogbl
blobcf52a665a201d54d69d874fa0f35e5c5e099b160
1 Description:
2 ilogbl() function: get exponent as integer.
4 Files:
5 lib/ilogbl.c
6 lib/ilogb.c
7 m4/ilogbl.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
13 ilogb           [{ test $HAVE_ILOGBL = 0 || test $REPLACE_ILOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
14 isfinite        [{ test $HAVE_ILOGBL = 0 || test $REPLACE_ILOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 frexpl          [{ test $HAVE_ILOGBL = 0 || test $REPLACE_ILOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 isnanl          [{ test $HAVE_ILOGBL = 0 || test $REPLACE_ILOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 configure.ac:
19 gl_FUNC_ILOGBL
20 gl_CONDITIONAL([GL_COND_OBJ_ILOGBL],
21                [test $HAVE_ILOGBL = 0 || test $REPLACE_ILOGBL = 1])
22 gl_MATH_MODULE_INDICATOR([ilogbl])
24 Makefile.am:
25 if GL_COND_OBJ_ILOGBL
26 lib_SOURCES += ilogbl.c
27 endif
29 Include:
30 <math.h>
32 Link:
33 $(ILOGBL_LIBM)
35 License:
36 LGPL
38 Maintainer:
39 all