NEWS.stable: log cherry-pick [ae006b4]->[4a9738e] strtoimax: Avoid link error on...
[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 isnanl-nolibm   [test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no]
12 fpucw           [test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no]
13
14 configure.ac:
15 gl_FUNC_FREXPL
16 if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; then
17   AC_LIBOBJ([frexpl])
18 fi
19 gl_MATH_MODULE_INDICATOR([frexpl])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(FREXPL_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible, Paolo Bonzini
34