havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / coshf
blob1eb5b8be5bceb35517b04bfb8d43aa6b412557d6
1 Description:
2 coshf() function: hyperbolic cosine function.
4 Files:
5 lib/coshf.c
6 m4/coshf.m4
8 Depends-on:
9 math
10 extensions
11 cosh            [test $HAVE_COSHF = 0]
13 configure.ac:
14 gl_FUNC_COSHF
15 if test $HAVE_COSHF = 0; then
16   AC_LIBOBJ([coshf])
18 gl_MATH_MODULE_INDICATOR([coshf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(COSHF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all