From 8b893ddd3707e3ca0703933d9a72eaea356759e5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 19 Jan 2010 01:40:52 +0100 Subject: New modules for common functions. --- modules/tanh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/tanh (limited to 'modules/tanh') 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: + + +Link: +$(TANH_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible -- cgit v1.2.1