* modules/remainderf-ieee: New file.
+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.
--- /dev/null
+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