From: Bruno Haible Date: Wed, 29 Feb 2012 17:34:11 +0000 (+0100) Subject: New module 'hypot-ieee'. X-Git-Tag: v0.1~1000 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=a02b7a276ab4a2adb0e950deebefe1744fa995fc;p=gnulib.git New module 'hypot-ieee'. * modules/hypot-ieee: New file. --- diff --git a/ChangeLog b/ChangeLog index 5aa9c853c..0aaba6c5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-02-29 Bruno Haible + New module 'hypot-ieee'. + * modules/hypot-ieee: New file. + Tests for module 'hypotf-ieee'. * modules/hypotf-ieee-tests: New file. * tests/test-hypotf-ieee.c: New file. diff --git a/modules/hypot-ieee b/modules/hypot-ieee new file mode 100644 index 000000000..6b9f2ac2d --- /dev/null +++ b/modules/hypot-ieee @@ -0,0 +1,24 @@ +Description: +hypot() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +hypot +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(HYPOT_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible