Mercurial > hg > octave-shane > gnulib-hg
view modules/printf-frexpl @ 8640:c19d5c61c5a3
No need to depend on ldexpl. Just need the m4/ldexpl.m4 file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 04 Apr 2007 23:55:24 +0000 |
parents | ab5627bc78a7 |
children | 359d135f748c |
line wrap: on
line source
Description: printf_frexpl() function: split a long double into fraction and mantissa, for hexadecimal printf, without requiring libm. Files: lib/printf-frexpl.h lib/printf-frexpl.c lib/printf-frexp.c m4/printf-frexpl.m4 m4/ldexpl.m4 m4/longdouble.m4 Depends-on: math fpucw configure.ac: gl_FUNC_PRINTF_FREXPL Makefile.am: lib_SOURCES += printf-frexpl.c Include: #if HAVE_LONG_DOUBLE # include "printf-frexpl.h" #endif License: LGPL Maintainer: Bruno Haible