verify: new macro 'assume'
[gnulib.git] / modules / copysignf
1 Description:
2 copysignf() function: copy sign into another 'float' number.
3
4 Files:
5 lib/copysignf.c
6 m4/copysignf.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 extensions
12 signbit         [test $HAVE_COPYSIGNF = 0]
13
14 configure.ac:
15 gl_FUNC_COPYSIGNF
16 if test $HAVE_COPYSIGNF = 0; then
17   AC_LIBOBJ([copysignf])
18 fi
19 gl_MATH_MODULE_INDICATOR([copysignf])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(COPYSIGNF_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible