summaryrefslogtreecommitdiff
path: root/gnulib/modules/hypot
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/hypot')
m---------gnulib0
-rw-r--r--gnulib/modules/hypot24
2 files changed, 24 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/hypot b/gnulib/modules/hypot
new file mode 100644
index 0000000..fc13752
--- /dev/null
+++ b/gnulib/modules/hypot
@@ -0,0 +1,24 @@
+Description:
+hypot() function: length of a vector in the plane.
+
+Files:
+m4/mathfunc.m4
+
+Depends-on:
+
+configure.ac:
+gl_COMMON_DOUBLE_MATHFUNC([hypot])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(HYPOT_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible