Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / ilogbl
blob3d321aaeb51bd18156d4d28428bdf9bb24318607
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 if test $HAVE_ILOGBL = 0 || test $REPLACE_ILOGBL = 1; then
21   AC_LIBOBJ([ilogbl])
23 gl_MATH_MODULE_INDICATOR([ilogbl])
25 Makefile.am:
27 Include:
28 <math.h>
30 Link:
31 $(ILOGBL_LIBM)
33 License:
34 LGPL
36 Maintainer:
37 all