summaryrefslogtreecommitdiff
path: root/modules/rintf
blob: 85e8f7ad4398054e02dca3380870790c98337161 (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
34
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
gl_CONDITIONAL([GL_COND_OBJ_RINTF], [test $HAVE_RINTF = 0])
gl_MATH_MODULE_INDICATOR([rintf])

Makefile.am:
if GL_COND_OBJ_RINTF
lib_SOURCES += rintf.c
endif

Include:
<math.h>

Link:
$(RINTF_LIBM)

License:
LGPL

Maintainer:
all