strtoumax: fix typo in previous commit.
[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 extensions
11 ldexp           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 isnanl          [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 fpucw           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14
15 configure.ac:
16 gl_FUNC_LDEXPL
17 if test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; then
18   AC_LIBOBJ([ldexpl])
19 fi
20 gl_MATH_MODULE_INDICATOR([ldexpl])
21
22 Makefile.am:
23
24 Include:
25 <math.h>
26
27 Link:
28 $(LDEXPL_LIBM)
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible, Paolo Bonzini
35