Mercurial > hg > octave-lojdl > gnulib-hg
changeset 16524:3fc3bf643bf9
New module 'hypotf-ieee'.
* modules/hypotf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 29 Feb 2012 18:33:34 +0100 |
parents | 3b943bd9baaf |
children | 581c1effbd61 |
files | ChangeLog modules/hypotf-ieee |
diffstat | 2 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-29 Bruno Haible <bruno@clisp.org> + + New module 'hypotf-ieee'. + * modules/hypotf-ieee: New file. + 2012-02-29 Bruno Haible <bruno@clisp.org> Remove unused variables.
new file mode 100644 --- /dev/null +++ b/modules/hypotf-ieee @@ -0,0 +1,24 @@ +Description: +hypotf() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +hypotf +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(HYPOTF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible