termios: fix pid_t always, not just for tcgetsid
[gnulib.git] / modules / hypotf
1 Description:
2 hypotf() function: length of a vector in the plane.
3
4 Files:
5 lib/hypotf.c
6 m4/hypotf.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 hypot           [test $HAVE_HYPOTF = 0 || test $REPLACE_HYPOTF = 1]
12
13 configure.ac:
14 gl_FUNC_HYPOTF
15 if test $HAVE_HYPOTF = 0 || test $REPLACE_HYPOTF = 1; then
16   AC_LIBOBJ([hypotf])
17 fi
18 gl_MATH_MODULE_INDICATOR([hypotf])
19
20 Makefile.am:
21
22 Include:
23 <math.h>
24
25 Link:
26 $(HYPOTF_LIBM)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible