Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / hypot
blobc67b7af089bf2e2acaa05ebd671fcf0168c8c0fb
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 if test $REPLACE_HYPOT = 1; then
22   AC_LIBOBJ([hypot])
24 gl_MATH_MODULE_INDICATOR([hypot])
26 Makefile.am:
28 Include:
29 <math.h>
31 Link:
32 $(HYPOT_LIBM)
34 License:
35 LGPL
37 Maintainer:
38 all