summaryrefslogtreecommitdiff
path: root/modules/hypot
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hypot')
-rw-r--r--modules/hypot24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/hypot b/modules/hypot
new file mode 100644
index 0000000000..3a58d28578
--- /dev/null
+++ b/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_MATHFUNC([hypot])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(HYPOT_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible