Merge branch 'stable'
[gnulib.git] / modules / ldexpl
1 Description:
2 ldexpl() function: multiply a 'long double' by a power of 2.
3
4 Files:
5 lib/ldexpl.c
6 m4/ldexpl.m4
7
8 Depends-on:
9 math
10 ldexp           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
11 isnanl          [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
12 fpucw           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13
14 configure.ac:
15 gl_FUNC_LDEXPL
16 if test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; then
17   AC_LIBOBJ([ldexpl])
18 fi
19 gl_MATH_MODULE_INDICATOR([ldexpl])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(LDEXPL_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible, Paolo Bonzini
34