verify: new macro 'assume'
[gnulib.git] / modules / frexpl-nolibm
1 Description:
2 frexpl() function: split a 'long double' into its constituents, without
3 requiring libm.
4
5 Files:
6 lib/frexpl.c
7 lib/frexp.c
8 m4/frexpl.m4
9
10 Depends-on:
11 math
12 frexp-nolibm    [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 isnanl-nolibm   [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 fpucw           [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15
16 configure.ac:
17 gl_FUNC_FREXPL_NO_LIBM
18 if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = 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 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible, Paolo Bonzini
33