changeset 16528:ac126bc66a34

New module 'hypotl-ieee'. * modules/hypotl-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Wed, 29 Feb 2012 18:34:37 +0100
parents 414cc3f12306
children 4e6611458e9e
files ChangeLog modules/hypotl-ieee
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-29  Bruno Haible  <bruno@clisp.org>
 
+	New module 'hypotl-ieee'.
+	* modules/hypotl-ieee: New file.
+
 	Tests for module 'hypot-ieee'.
 	* modules/hypot-ieee-tests: New file.
 	* tests/test-hypot-ieee.c: New file.
new file mode 100644
--- /dev/null
+++ b/modules/hypotl-ieee
@@ -0,0 +1,24 @@
+Description:
+hypotl() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+hypotl
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(HYPOTL_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible