wcsstr: Update doc.
[gnulib.git] / modules / hypot
blob36ee7bbdefc3c6f12da5de1f757e78a2e5722c92
1 Description:
2 hypot() function: length of a vector in the plane.
4 Files:
5 lib/hypot.c
6 m4/hypot.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 isfinite        [test $REPLACE_HYPOT = 1]
13 fabs            [test $REPLACE_HYPOT = 1]
14 frexp           [test $REPLACE_HYPOT = 1]
15 ldexp           [test $REPLACE_HYPOT = 1]
16 sqrt            [test $REPLACE_HYPOT = 1]
17 isinf           [test $REPLACE_HYPOT = 1]
19 configure.ac:
20 gl_FUNC_HYPOT
21 gl_CONDITIONAL([GL_COND_OBJ_HYPOT], [test $REPLACE_HYPOT = 1])
22 gl_MATH_MODULE_INDICATOR([hypot])
24 Makefile.am:
25 if GL_COND_OBJ_HYPOT
26 lib_SOURCES += hypot.c
27 endif
29 Include:
30 <math.h>
32 Link:
33 $(HYPOT_LIBM)
35 License:
36 LGPL
38 Maintainer:
39 all