New modules for common <math.h> functions.
[gnulib.git] / modules / remainder
diff --git a/modules/remainder b/modules/remainder
new file mode 100644 (file)
index 0000000..2d35318
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+remainder() function: floating-point remainder function.
+
+Files:
+m4/mathfunc.m4
+
+Depends-on:
+
+configure.ac:
+gl_MATHFUNC([remainder])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(REMAINDER_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible