mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
227 B
Plaintext
27 lines
227 B
Plaintext
Description:
|
|
floor() function: round towards negative infinity.
|
|
|
|
Files:
|
|
m4/floor.m4
|
|
|
|
Depends-on:
|
|
math
|
|
|
|
configure.ac:
|
|
gl_FUNC_FLOOR
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(FLOOR_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|