obstack-zprintf-posix: Add tests.
[gnulib.git] / modules / exp2l
blob456d04d66af06626411e5e217110a26995ccbd33
1 Description:
2 exp2l() function: exponential base 2 function with long double argument.
4 Files:
5 lib/exp2l.c
6 lib/expl-table.c
7 m4/exp2l.m4
9 Depends-on:
10 math
11 extensions
12 exp2            [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 float           [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 isnanl          [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 roundl          [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 ldexpl          [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 configure.ac:
19 gl_FUNC_EXP2L
20 gl_CONDITIONAL([GL_COND_OBJ_EXP2L],
21                [test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1])
22 AM_COND_IF([GL_COND_OBJ_EXP2L], [
23   AC_LIBOBJ([expl-table])
25 gl_MATH_MODULE_INDICATOR([exp2l])
27 Makefile.am:
28 if GL_COND_OBJ_EXP2L
29 lib_SOURCES += exp2l.c
30 endif
32 Include:
33 <math.h>
35 Link:
36 $(EXP2L_LIBM)
38 License:
39 LGPL
41 Maintainer:
42 all