changeset 16500:66d93c0d3c75

New module 'sqrtf-ieee'. * modules/sqrtf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Mon, 27 Feb 2012 21:29:06 +0100
parents 65ee7db4e4a7
children b4c15cd0320c
files ChangeLog modules/sqrtf-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-27  Bruno Haible  <bruno@clisp.org>
+
+	New module 'sqrtf-ieee'.
+	* modules/sqrtf-ieee: New file.
+
 2012-02-27  Bruno Haible  <bruno@clisp.org>
 
 	remainderl-ieee: Work around test failure on OSF/1.
new file mode 100644
--- /dev/null
+++ b/modules/sqrtf-ieee
@@ -0,0 +1,24 @@
+Description:
+sqrtf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+sqrtf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(SQRTF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible