]> Savannah Git Hosting - gnulib.git/commitdiff
New module 'remainderf-ieee'.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 16:43:47 +0000 (17:43 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 17:47:33 +0000 (18:47 +0100)
* modules/remainderf-ieee: New file.

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

index b23c09e767ee8c072ffc878fc7cb5d5da7981596..968432c56a3f260fc6c9f87a43d546d32f7a8895 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-27  Bruno Haible  <bruno@clisp.org>
+
+       New module 'remainderf-ieee'.
+       * modules/remainderf-ieee: New file.
+
 2012-02-27  Bruno Haible  <bruno@clisp.org>
 
        modff, modfl: Fix configure syntax error.
diff --git a/modules/remainderf-ieee b/modules/remainderf-ieee
new file mode 100644 (file)
index 0000000..52d10a1
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+remainderf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+remainderf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(REMAINDERF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible