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