summaryrefslogtreecommitdiff
path: root/modules/tanh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-19 01:40:52 +0100
committerBruno Haible <bruno@clisp.org>2010-01-19 01:43:27 +0100
commit8b893ddd3707e3ca0703933d9a72eaea356759e5 (patch)
tree8fec028e3fa9ac93329d89f87002f6e366ab0a2a /modules/tanh
parent146d9145073e62a2096a2d6b33f75e93908fedf3 (diff)
downloadgnulib-8b893ddd3707e3ca0703933d9a72eaea356759e5.tar.gz
New modules for common <math.h> functions.
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