Mercurial > hg > octave-nkf > gnulib-hg
annotate lib/dtoastr.c @ 16040:b8acd8099b25
New module 'fmaf'.
* lib/math.in.h (fmaf): New declaration.
* lib/fmaf.c: New file.
* m4/fmaf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whethern fmaf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_FMAF, HAVE_FMAF, REPLACE_FMAF.
* modules/math (Makefile.am): Substitute GNULIB_FMAF, HAVE_FMAF,
REPLACE_FMAF.
* modules/fmaf: New file.
* doc/posix-functions/fmaf.texi: Mention the new module and the various
bugs.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 17 Oct 2011 23:51:21 +0200 |
parents | ae9b5d5d4e18 |
children |
rev | line source |
---|---|
13875
ae9b5d5d4e18
ftoastr: new module, for lossless conversion of floats to short strings
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
1 #define LENGTH 2 |
ae9b5d5d4e18
ftoastr: new module, for lossless conversion of floats to short strings
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
2 #include "ftoastr.c" |