New module 'hypot-ieee'.
authorBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 17:34:11 +0000 (18:34 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 19:51:39 +0000 (20:51 +0100)
* modules/hypot-ieee: New file.

ChangeLog
modules/hypot-ieee [new file with mode: 0644]

index 5aa9c85..0aaba6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-29  Bruno Haible  <bruno@clisp.org>
 
+       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 (file)
index 0000000..6b9f2ac
--- /dev/null
@@ -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:
+<math.h>
+
+Link:
+$(HYPOT_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible