]> Savannah Git Hosting - gnulib.git/commitdiff
New module 'sqrtf-ieee'.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 20:29:06 +0000 (21:29 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 20:29:06 +0000 (21:29 +0100)
* modules/sqrtf-ieee: New file.

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

index a5da2d0777d72c0205e05415b12e894506ec311d..5afaa07a2f41bc339fd94eda32dc4fe093cc2988 100644 (file)
--- 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.
diff --git a/modules/sqrtf-ieee b/modules/sqrtf-ieee
new file mode 100644 (file)
index 0000000..3129aac
--- /dev/null
@@ -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