Merge commit 'stable/20110609'
[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 gl_MATH_MODULE_INDICATOR([sqrtl])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(SQRTL_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Paolo Bonzini