]> Savannah Git Hosting - gnulib.git/commitdiff
New module 'fmodf-ieee'.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 10:17:12 +0000 (11:17 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 10:17:12 +0000 (11:17 +0100)
* modules/fmodf-ieee: New file.

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

index 80547124edf9939c900e910feb7016984a31c73e..b47d7048023850cab9a31947a24482d2e5c954bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-27  Bruno Haible  <bruno@clisp.org>
+
+       New module 'fmodf-ieee'.
+       * modules/fmodf-ieee: New file.
+
 2012-02-27  Bruno Haible  <bruno@clisp.org>
 
        Tests for module 'rintl-ieee'.
diff --git a/modules/fmodf-ieee b/modules/fmodf-ieee
new file mode 100644 (file)
index 0000000..23792ef
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+fmodf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+fmodf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(FMODF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible