view modules/printf-frexp @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents 18ea6ab4e81d
children
line wrap: on
line source

Description:
printf_frexp() function: split a double into fraction and mantissa, for
hexadecimal printf, without requiring libm.

Files:
lib/printf-frexp.h
lib/printf-frexp.c
m4/printf-frexp.m4
m4/frexp.m4

Depends-on:

configure.ac:
gl_FUNC_PRINTF_FREXP

Makefile.am:
lib_SOURCES += printf-frexp.c

Include:
"printf-frexp.h"

License:
LGPL

Maintainer:
Bruno Haible