timespec_get: New module.
[gnulib.git] / modules / sqrtl
blob65a91d7c98482c1746a4b83348c3845ea658e8b7
1 Description:
2 sqrtl() function: square root with long double argument.
4 Files:
5 lib/sqrtl.c
6 m4/sqrtl.m4
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]
17 configure.ac:
18 gl_FUNC_SQRTL
19 if test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; then
20   AC_LIBOBJ([sqrtl])
22 gl_MATH_MODULE_INDICATOR([sqrtl])
24 Makefile.am:
26 Include:
27 <math.h>
29 Link:
30 $(SQRTL_LIBM)
32 License:
33 LGPL
35 Maintainer:
36 Paolo Bonzini