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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
copysign
blob
33ee356e765c2d94d4e68b16376ebd3ab318070d
1
Description:
2
copysign() function: copy sign into another 'double' number.
3
4
Files:
5
lib/copysign.c
6
m4/copysign.m4
7
m4/mathfunc.m4
8
9
Depends-on:
10
math
11
signbit [test $HAVE_COPYSIGN = 0]
12
13
configure.ac:
14
gl_FUNC_COPYSIGN
15
if test $HAVE_COPYSIGN = 0; then
16
AC_LIBOBJ([copysign])
17
fi
18
gl_MATH_MODULE_INDICATOR([copysign])
19
20
Makefile.am:
21
22
Include:
23
<math.h>
24
25
Link:
26
$(COPYSIGN_LIBM)
27
28
License:
29
LGPL
30
31
Maintainer:
32
all