New module 'sqrt-ieee'.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 20:29:29 +0000 (21:29 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 20:29:29 +0000 (21:29 +0100)
* modules/sqrt-ieee: New file.

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

index 0fd84eb90cd67b69ed1f90d15d38e4f791298b27..9e8fd50f4ca2a999cf3b010cfc1cf389ec81cc9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-27  Bruno Haible  <bruno@clisp.org>
 
+       New module 'sqrt-ieee'.
+       * modules/sqrt-ieee: New file.
+
        Tests for module 'sqrtf-ieee'.
        * modules/sqrtf-ieee-tests: New file.
        * tests/test-sqrtf-ieee.c: New file.
diff --git a/modules/sqrt-ieee b/modules/sqrt-ieee
new file mode 100644 (file)
index 0000000..eef4fd7
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+sqrt() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+sqrt
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(SQRT_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible