No assumptions about FLT_RADIX need to be made.
[pspp] / 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
14 configure.ac:
15 gl_FUNC_PRINTF_FREXPL
16
17 Makefile.am:
18 lib_SOURCES += printf-frexpl.c
19
20 Include:
21 #if HAVE_LONG_DOUBLE
22 # include "printf-frexpl.h"
23 #endif
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30