changeset 36215:d0f7ac2c44dc

New module 'hypotf-ieee'. * modules/hypotf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Wed, 29 Feb 2012 18:33:34 +0100
parents 1c6f57d8a380
children 74d99ed8581a
files ChangeLog modules/hypotf-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <bruno@clisp.org>
+
+	New module 'hypotf-ieee'.
+	* modules/hypotf-ieee: New file.
+
 2012-02-29  Bruno Haible  <bruno@clisp.org>
 
 	Remove unused variables.
--- /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:
+<math.h>
+
+Link:
+$(HYPOTF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible