fstatat, stat: document macOS st_ino pipe bug
[gnulib.git] / modules / rint
blob887b3da8703937db95ea763617cb2f722193e765
1 Description:
2 rint() function: round according to the current rounding mode.
4 Files:
5 lib/rint.c
6 m4/rint.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
12 configure.ac:
13 gl_FUNC_RINT
14 gl_CONDITIONAL([GL_COND_OBJ_RINT], [test $HAVE_RINT = 0])
15 gl_MATH_MODULE_INDICATOR([rint])
17 Makefile.am:
18 if GL_COND_OBJ_RINT
19 lib_SOURCES += rint.c
20 endif
22 Include:
23 <math.h>
25 Link:
26 $(RINT_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all