iconv-h: Fix module description.
[gnulib.git] / modules / tanhf
blob9e90a39f582fd5e0334dc16374bb03cdad4fd8ef
1 Description:
2 tanhf() function: hyperbolic tangent function.
4 Files:
5 lib/tanhf.c
6 m4/tanhf.m4
8 Depends-on:
9 math
10 extensions
11 tanh            [test $HAVE_TANHF = 0]
13 configure.ac:
14 gl_FUNC_TANHF
15 if test $HAVE_TANHF = 0; then
16   AC_LIBOBJ([tanhf])
18 gl_MATH_MODULE_INDICATOR([tanhf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(TANHF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all