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:
26
modules/ceil
Normal file
26
modules/ceil
Normal 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
|
||||
|
Reference in New Issue
Block a user