NEWS.stable: update
[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 gl_MATH_MODULE_INDICATOR([frexpl])
17
18 Makefile.am:
19
20 Include:
21 <math.h>
22
23 Link:
24 $(FREXPL_LIBM)
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible, Paolo Bonzini
31