autoupdate
[gnulib.git] / modules / copysignl
blobd1c80583d744cd4f20b0e28bc0409e81639779a9
1 Description:
2 copysignl() function: copy sign into another 'long double' number.
4 Files:
5 lib/copysignl.c
6 m4/copysignl.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 copysign        [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 signbit         [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 gl_FUNC_COPYSIGNL
17 gl_CONDITIONAL([GL_COND_OBJ_COPYSIGNL], [test $HAVE_COPYSIGNL = 0])
18 gl_MATH_MODULE_INDICATOR([copysignl])
20 Makefile.am:
21 if GL_COND_OBJ_COPYSIGNL
22 lib_SOURCES += copysignl.c
23 endif
25 Include:
26 <math.h>
28 Link:
29 $(COPYSIGNL_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 all