Mercurial > hg > octave-shane > gnulib-hg
changeset 16444:578f875c1ad5
New module 'ldexp-ieee'.
* modules/ldexp-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 16:31:33 +0100 |
parents | fc58a132e1b4 |
children | b575cb9865a9 |
files | ChangeLog modules/ldexp-ieee |
diffstat | 2 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-02-26 Bruno Haible <bruno@clisp.org> + New module 'ldexp-ieee'. + * modules/ldexp-ieee: New file. + Tests for module 'ldexpf-ieee'. * modules/ldexpf-ieee-tests: New file. * tests/test-ldexpf-ieee.c: New file.
new file mode 100644 --- /dev/null +++ b/modules/ldexp-ieee @@ -0,0 +1,24 @@ +Description: +ldexp() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +ldexp +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(LDEXP_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible