unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / sqrtl
bloba02827165413030592cb1a883a96d5808a84b102
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 gl_CONDITIONAL([GL_COND_OBJ_SQRTL],
20                [test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1])
21 gl_MATH_MODULE_INDICATOR([sqrtl])
23 Makefile.am:
24 if GL_COND_OBJ_SQRTL
25 lib_SOURCES += sqrtl.c
26 endif
28 Include:
29 <math.h>
31 Link:
32 $(SQRTL_LIBM)
34 License:
35 LGPL
37 Maintainer:
38 Paolo Bonzini