1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00

New module 'ceil'.

This commit is contained in:
Bruno Haible
2007-10-20 13:44:47 +02:00
parent 93ac3c97f6
commit cf3719f4dc
4 changed files with 75 additions and 1 deletions

26
modules/ceil Normal file
View File

@@ -0,0 +1,26 @@
Description:
ceil() function: round towards positive infinity.
Files:
m4/ceil.m4
Depends-on:
math
configure.ac:
gl_FUNC_CEIL
Makefile.am:
Include:
<math.h>
Link:
$(CEIL_LIBM)
License:
LGPL
Maintainer:
Bruno Haible