getopt-posix, crypto/md5-buffer: Fix __GNUC_PREREQ re clang.
[gnulib.git] / modules / ilogbf
blob8b9a4094eef39fcaf070be2299d8ed55fe9b0c35
1 Description:
2 ilogbf() function: get exponent as integer.
4 Files:
5 lib/ilogbf.c
6 lib/ilogb.c
7 m4/ilogbf.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
13 isfinite        [test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1]
14 frexpf          [test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1]
15 isnanf          [test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1]
17 configure.ac:
18 gl_FUNC_ILOGBF
19 gl_CONDITIONAL([GL_COND_OBJ_ILOGBF],
20                [test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1])
21 gl_MATH_MODULE_INDICATOR([ilogbf])
23 Makefile.am:
24 if GL_COND_OBJ_ILOGBF
25 lib_SOURCES += ilogbf.c
26 endif
28 Include:
29 <math.h>
31 Link:
32 $(ILOGBF_LIBM)
34 License:
35 LGPL
37 Maintainer:
38 all