verify: new macro 'assume'
[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 sqrt            [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; }]
12 float           [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 isnanl          [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 frexpl          [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 ldexpl          [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16
17 configure.ac:
18 gl_FUNC_SQRTL
19 if test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; 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