1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/roundl

35 lines
370 B
Plaintext

Description:
roundl() function: round toward nearest, breaking ties away from zero.
Files:
lib/round.c
lib/roundl.c
m4/check-math-lib.m4
m4/roundl.m4
m4/floorl.m4
m4/ceill.m4
Depends-on:
float
math
extensions
configure.ac:
gl_FUNC_ROUNDL
gl_MATH_MODULE_INDICATOR([roundl])
Makefile.am:
Include:
<math.h>
Link:
$(ROUNDL_LIBM)
License:
LGPL
Maintainer:
Ben Pfaff