Fix Changelog typo.
[gnulib.git] / modules / logbl
blobb4426213f9e685ce4179318b9bf75b9edbb93553
1 Description:
2 logbl() function: get exponent.
4 Files:
5 lib/logbl.c
6 lib/logb.c
7 m4/logbl.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
13 logb            [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
14 isfinite        [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 frexpl          [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 isnanl          [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 configure.ac:
19 gl_FUNC_LOGBL
20 gl_CONDITIONAL([GL_COND_OBJ_LOGBL],
21                [test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1])
22 gl_MATH_MODULE_INDICATOR([logbl])
24 Makefile.am:
25 if GL_COND_OBJ_LOGBL
26 lib_SOURCES += logbl.c
27 endif
29 Include:
30 <math.h>
32 Link:
33 $(LOGBL_LIBM)
35 License:
36 LGPL
38 Maintainer:
39 all