Mercurial > hg > octave-shane > gnulib-hg
changeset 16434:4f9beada6ccb
New module 'frexpf-ieee'.
* modules/frexpf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 15:08:36 +0100 |
parents | ddc2bee9e4f8 |
children | b161c9009618 |
files | ChangeLog modules/frexpf-ieee |
diffstat | 2 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-26 Bruno Haible <bruno@clisp.org> + + New module 'frexpf-ieee'. + * modules/frexpf-ieee: New file. + 2012-02-26 Bruno Haible <bruno@clisp.org> roundl-ieee tests: More tests.
new file mode 100644 --- /dev/null +++ b/modules/frexpf-ieee @@ -0,0 +1,24 @@ +Description: +frexpf() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +frexpf +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(FREXPF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible