mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
32 lines
301 B
Plaintext
32 lines
301 B
Plaintext
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
|
|
|