summaryrefslogtreecommitdiff
path: root/modules/tanh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tanh')
-rw-r--r--modules/tanh24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/tanh b/modules/tanh
new file mode 100644
index 0000000000..3e5e309d22
--- /dev/null
+++ b/modules/tanh
@@ -0,0 +1,24 @@
+Description:
+tanh() function: hyperbolic tangent function.
+
+Files:
+m4/mathfunc.m4
+
+Depends-on:
+
+configure.ac:
+gl_MATHFUNC([tanh])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(TANH_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible