verify: new macro 'assume'
[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 extensions
12 frexp           [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 isnanl-nolibm   [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 fpucw           [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15
16 configure.ac:
17 gl_FUNC_FREXPL
18 if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; then
19   AC_LIBOBJ([frexpl])
20 fi
21 gl_MATH_MODULE_INDICATOR([frexpl])
22
23 Makefile.am:
24
25 Include:
26 <math.h>
27
28 Link:
29 $(FREXPL_LIBM)
30
31 License:
32 LGPL
33
34 Maintainer:
35 Bruno Haible, Paolo Bonzini
36