summaryrefslogtreecommitdiff
path: root/modules/rintf
blob: 2b89142d2cf7406e60ca2bbf06d6fb575ea953ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description:
rintf() function: round according to the current rounding mode.

Files:
lib/rintf.c
lib/rint.c
m4/rintf.m4
m4/mathfunc.m4

Depends-on:
math
extensions

configure.ac:
gl_FUNC_RINTF
if test $HAVE_RINTF = 0; then
  AC_LIBOBJ([rintf])
fi
gl_MATH_MODULE_INDICATOR([rintf])

Makefile.am:

Include:
<math.h>

Link:
$(RINTF_LIBM)

License:
LGPL

Maintainer:
all