dzprintf-gnu: Add tests.
[gnulib.git] / modules / copysignf
blobb30215afeda27391085d5df3c7d80ad473af0b9e
1 Description:
2 copysignf() function: copy sign into another 'float' number.
4 Files:
5 lib/copysignf.c
6 m4/copysignf.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 signbit         [test $HAVE_COPYSIGNF = 0]
14 configure.ac:
15 gl_FUNC_COPYSIGNF
16 gl_CONDITIONAL([GL_COND_OBJ_COPYSIGNF], [test $HAVE_COPYSIGNF = 0])
17 gl_MATH_MODULE_INDICATOR([copysignf])
19 Makefile.am:
20 if GL_COND_OBJ_COPYSIGNF
21 lib_SOURCES += copysignf.c
22 endif
24 Include:
25 <math.h>
27 Link:
28 $(COPYSIGNF_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all