repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vma-iter: Port to 64-bit Haiku.
[gnulib.git]
/
modules
/
modff
blob
2e049663a57c60651d4f40dc6f7af6b76facb94f
1
Description:
2
modff() function: get signed integer and fractional parts.
3
4
Files:
5
lib/modff.c
6
m4/modff.m4
7
m4/mathfunc.m4
8
9
Depends-on:
10
math
11
extensions
12
modf [test $HAVE_MODFF = 0 || test $REPLACE_MODFF = 1]
13
14
configure.ac:
15
gl_FUNC_MODFF
16
if test $HAVE_MODFF = 0 || test $REPLACE_MODFF = 1; then
17
AC_LIBOBJ([modff])
18
fi
19
gl_MATH_MODULE_INDICATOR([modff])
20
21
Makefile.am:
22
23
Include:
24
<math.h>
25
26
Link:
27
$(MODFF_LIBM)
28
29
License:
30
LGPL
31
32
Maintainer:
33
all