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

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

index 489b401..b29b158 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        * m4/fmod.m4 (gl_FUNC_FMOD): Remove unused variable 'i'.
        * m4/fmodl.m4 (gl_FUNC_FMODL): Likewise.
diff --git a/modules/hypotf-ieee b/modules/hypotf-ieee
new file mode 100644 (file)
index 0000000..3e416cf
--- /dev/null
@@ -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