Merge branch 'stable'
[gnulib.git] / modules / expl
1 Description:
2 expl() function: exponential function with long double argument.
3
4 Files:
5 lib/expl.c
6 m4/expl.m4
7
8 Depends-on:
9 math
10 extensions
11 exp             [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 float           [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 floorl          [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14
15 configure.ac:
16 gl_FUNC_EXPL
17 if test $HAVE_EXPL = 0; then
18   AC_LIBOBJ([expl])
19 fi
20 gl_MATH_MODULE_INDICATOR([expl])
21
22 Makefile.am:
23
24 Include:
25 <math.h>
26
27 Link:
28 $(EXPL_LIBM)
29
30 License:
31 LGPL
32
33 Maintainer:
34 Paolo Bonzini