hypotl-ieee: Work around test failure on OSF/1 and native Windows.
[gnulib.git] / modules / hypotl
1 Description:
2 hypotl() function: length of a vector in the plane.
3
4 Files:
5 lib/hypotl.c
6 m4/hypotl.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 hypot           [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 isfinite        [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 fabsl           [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 frexpl          [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 ldexpl          [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 sqrtl           [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
17 isinf           [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18
19 configure.ac:
20 gl_FUNC_HYPOTL
21 if test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; then
22   AC_LIBOBJ([hypotl])
23 fi
24 gl_MATH_MODULE_INDICATOR([hypotl])
25
26 Makefile.am:
27
28 Include:
29 <math.h>
30
31 Link:
32 $(HYPOTL_LIBM)
33
34 License:
35 LGPL
36
37 Maintainer:
38 Bruno Haible