Merge commit 'snapshot-start' into stable
[gnulib.git] / modules / sqrtl
1 Description:
2 sqrtl() function: square root with long double argument.
3
4 Files:
5 lib/sqrtl.c
6 m4/sqrtl.m4
7
8 Depends-on:
9 math
10 extensions
11 float           [test $HAVE_SQRTL = 0]
12 isnanl          [test $HAVE_SQRTL = 0]
13 frexpl          [test $HAVE_SQRTL = 0]
14 ldexpl          [test $HAVE_SQRTL = 0]
15 sqrt            [test $HAVE_SQRTL = 0]
16
17 configure.ac:
18 gl_FUNC_SQRTL
19 if test $HAVE_SQRTL = 0; then
20   AC_LIBOBJ([sqrtl])
21 fi
22 gl_MATH_MODULE_INDICATOR([sqrtl])
23
24 Makefile.am:
25
26 Include:
27 <math.h>
28
29 Link:
30 $(SQRTL_LIBM)
31
32 License:
33 LGPL
34
35 Maintainer:
36 Paolo Bonzini