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