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