summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-27 21:29:06 +0100
committerBruno Haible <bruno@clisp.org>2012-02-27 21:29:06 +0100
commit391c546da64c5b88402fd43015802a4ccd4ff374 (patch)
tree5ffb55dde4c50e19ab91da0b0c7a138916287e54
parent4e2d5fa77b00e2a921673a48df58ec3add1a3c72 (diff)
downloadgnulib-391c546da64c5b88402fd43015802a4ccd4ff374.tar.gz
New module 'sqrtf-ieee'.
* modules/sqrtf-ieee: New file.
-rw-r--r--ChangeLog5
-rw-r--r--modules/sqrtf-ieee24
2 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5da2d0777..5afaa07a2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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.
* m4/remainderl-ieee.m4: New file.
* m4/remainderl.m4 (gl_FUNC_REMAINDERL): If gl_FUNC_REMAINDERL_IEEE is
diff --git a/modules/sqrtf-ieee b/modules/sqrtf-ieee
new file mode 100644
index 0000000000..3129aac214
--- /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