frexp-nolibm, frexpl-nolibm tests: Fix bug introduced on 2012-03-03.
[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 isnanl          [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 roundl          [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 ldexpl          [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16
17 configure.ac:
18 gl_FUNC_EXPL
19 if test $HAVE_EXPL = 0; then
20   AC_LIBOBJ([expl])
21 fi
22 gl_MATH_MODULE_INDICATOR([expl])
23
24 Makefile.am:
25
26 Include:
27 <math.h>
28
29 Link:
30 $(EXPL_LIBM)
31
32 License:
33 LGPL
34
35 Maintainer:
36 Bruno Haible