No assumptions about FLT_RADIX need to be made.
[gnulib.git] / modules / printf-frexp
1 Description:
2 printf_frexp() function: split a double into fraction and mantissa, for
3 hexadecimal printf, without requiring libm.
4
5 Files:
6 lib/printf-frexp.h
7 lib/printf-frexp.c
8 m4/printf-frexp.m4
9
10 Depends-on:
11
12 configure.ac:
13 gl_FUNC_PRINTF_FREXP
14
15 Makefile.am:
16 lib_SOURCES += printf-frexp.c
17
18 Include:
19 #include "printf-frexp.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible
26