blob: 58c1994e7f329d9c48405e596d8a53bf4eca92bf (
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
35
|
Description:
modf() function: get signed integer and fractional parts.
Files:
lib/modf.c
m4/modf.m4
m4/mathfunc.m4
Depends-on:
math
isfinite [test $REPLACE_MODF = 1]
trunc [test $REPLACE_MODF = 1]
isinf [test $REPLACE_MODF = 1]
configure.ac:
gl_FUNC_MODF
gl_CONDITIONAL([GL_COND_OBJ_MODF], [test $REPLACE_MODF = 1])
gl_MATH_MODULE_INDICATOR([modf])
Makefile.am:
if GL_COND_OBJ_MODF
lib_SOURCES += modf.c
endif
Include:
<math.h>
Link:
$(MODF_LIBM)
License:
LGPL
Maintainer:
all
|