New module 'fpucw'.
[gnulib.git] / modules / printf-frexpl
1 Description:
2 printf_frexpl() function: split a long double into fraction and mantissa,
3 for hexadecimal printf, without requiring libm.
4
5 Files:
6 lib/printf-frexpl.h
7 lib/printf-frexpl.c
8 lib/printf-frexp.c
9 m4/printf-frexpl.m4
10 m4/longdouble.m4
11
12 Depends-on:
13 math
14 fpucw
15
16 configure.ac:
17 gl_FUNC_PRINTF_FREXPL
18
19 Makefile.am:
20 lib_SOURCES += printf-frexpl.c
21
22 Include:
23 #if HAVE_LONG_DOUBLE
24 # include "printf-frexpl.h"
25 #endif
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32