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