# HG changeset patch # User Bruno Haible # Date 1330536814 -3600 # Node ID d0f7ac2c44dc9ba70e445819b25beb3e908139fe # Parent 1c6f57d8a3809b2f87f03e025f0cb846d996080a New module 'hypotf-ieee'. * modules/hypotf-ieee: New file. diff -r 1c6f57d8a380 -r d0f7ac2c44dc ChangeLog --- a/ChangeLog Wed Feb 29 19:51:16 2012 +0100 +++ b/ChangeLog Wed Feb 29 18:33:34 2012 +0100 @@ -1,3 +1,8 @@ +2012-02-29 Bruno Haible + + New module 'hypotf-ieee'. + * modules/hypotf-ieee: New file. + 2012-02-29 Bruno Haible Remove unused variables. diff -r 1c6f57d8a380 -r d0f7ac2c44dc modules/hypotf-ieee --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/hypotf-ieee Wed Feb 29 18:33:34 2012 +0100 @@ -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: + + +Link: +$(HYPOTF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible