summaryrefslogtreecommitdiff
path: root/gnulib/modules/ceill
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/ceill')
m---------gnulib0
-rw-r--r--gnulib/modules/ceill31
2 files changed, 31 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/ceill b/gnulib/modules/ceill
new file mode 100644
index 00000000..a2365c27
--- /dev/null
+++ b/gnulib/modules/ceill
@@ -0,0 +1,31 @@
+Description:
+ceill() function: round towards positive infinity.
+
+Files:
+lib/ceill.c
+lib/ceil.c
+m4/ceill.m4
+
+Depends-on:
+math
+extensions
+float
+
+configure.ac:
+gl_FUNC_CEILL
+gl_MATH_MODULE_INDICATOR([ceill])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(CEILL_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+